mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 21:01:13 +00:00
8 lines
360 B
Plaintext
8 lines
360 B
Plaintext
|
qemu-img create -f raw \
|
||
|
/var/lib/libvirt/images/sparse.img 1073741824K
|
||
|
qemu-img convert --image-opts -n --target-image-opts \
|
||
|
--object secret,id=encrypt2.img_encrypt0,file=/path/to/inputSecretFile \
|
||
|
driver=luks,file.filename=/var/lib/libvirt/images/encrypt2.img,\
|
||
|
key-secret=encrypt2.img_encrypt0 \
|
||
|
driver=raw,file.filename=/var/lib/libvirt/images/sparse.img
|