mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 14:15:28 +00:00
4 lines
162 B
Plaintext
4 lines
162 B
Plaintext
|
qemu-img convert -f raw -O qcow2 \
|
||
|
-o encryption=on,preallocation=metadata,compat=0.10 \
|
||
|
/var/lib/libvirt/images/sparse.img /var/lib/libvirt/images/OtherDemo.img
|