blob: 01440bc9478536a0e600f781d837c62e165a7b92 (
plain) (
blame)
1
2
3
4
5
6
7
|
Error creating encrypted qcow2 disk using qemu-img
Description of problem:
Error creating encrypted qcow2 disk using qemu-img:No crypto library supporting PBKDF in this build: Function not implemented

Steps to reproduce:
1.qemu-img create --object secret,id=sec0,data=123456 -f qcow2 -o encrypt.format=luks,encrypt.key-secret=sec0 base.qcow2 1G
|