blob: f395abe27e43466606073c0358d337a4630b63d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
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
|