libvirt/tests/storagevolxml2argvdata/qcow2-luks-convert-encrypt2fileqcow2.argv
Peter Krempa 19d7f60133 storagevolxml2argvtest: Use internal wrapping of command line arguments
virCommandToString has the possibility to return an already wrapped
string with better format than what we get from the test wrapper script.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
2021-04-12 15:55:10 +02:00

15 lines
450 B
Plaintext

qemu-img \
create \
-f qcow2 \
-o compat=0.10 \
/var/lib/libvirt/images/sparse-qcow2.img \
1073741824K
qemu-img \
convert \
--image-opts \
-n \
--target-image-opts \
--object secret,id=OtherDemoLuksConvert.img_encrypt0,file=/path/to/inputSecretFile \
driver=qcow2,file.filename=/var/lib/libvirt/images/OtherDemoLuksConvert.img,encrypt.key-secret=OtherDemoLuksConvert.img_encrypt0 \
driver=qcow2,file.filename=/var/lib/libvirt/images/sparse-qcow2.img