mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 15:45:28 +00:00
9 lines
271 B
Plaintext
9 lines
271 B
Plaintext
|
qemu-img \
|
||
|
create \
|
||
|
-f qcow2 \
|
||
|
-b /dev/null \
|
||
|
--object secret,id=OtherDemoLuks.img_encrypt0,file=/path/to/secretFile \
|
||
|
-o backing_fmt=raw,encrypt.format=luks,\
|
||
|
encrypt.key-secret=OtherDemoLuks.img_encrypt0,\
|
||
|
compat=0.10 /var/lib/libvirt/images/OtherDemoLuks.img 5242880K
|