mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 06:50:22 +00:00
5 lines
152 B
Plaintext
5 lines
152 B
Plaintext
|
qemu-img convert -f raw -O qcow2 \
|
||
|
-o encryption=on,preallocation=metadata \
|
||
|
/var/lib/libvirt/images/sparse.img \
|
||
|
/var/lib/libvirt/images/OtherDemo.img
|