blob: 342f5c5b56622a0352bd31ba3bf816a904d5e037 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
graphic: 0.960
device: 0.863
mistranslation: 0.712
instruction: 0.705
network: 0.528
semantic: 0.405
socket: 0.332
vnc: 0.277
other: 0.274
boot: 0.246
KVM: 0.216
assembly: 0.041
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
|