mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
23e9aa7297
Add the storagevolxml2xmltest "luks" and "luks-cipher" tests to the storagevolxml2argvtest. Signed-off-by: John Ferlan <jferlan@redhat.com> ACKed-by: Michal Privoznik <mprivozn@redhat.com>
6 lines
275 B
Plaintext
6 lines
275 B
Plaintext
qemu-img create -f luks \
|
|
--object secret,id=LuksDemo.img_encrypt0,file=/path/to/secretFile \
|
|
-o key-secret=LuksDemo.img_encrypt0,cipher-alg=serpent-256,cipher-mode=cbc,\
|
|
hash-alg=sha256,ivgen-alg=plain64,ivgen-hash-alg=sha256 \
|
|
/var/lib/libvirt/images/LuksDemo.img 5242880K
|