mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 03:21:44 +03:00
15 lines
450 B
Plaintext
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
|