mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 15:00:07 +00:00
4 lines
121 B
Plaintext
4 lines
121 B
Plaintext
|
qemu-img convert -f raw -O qcow2 \
|
||
|
-o encryption=on,compat=0.10 \
|
||
|
/dev/HostVG/Swap /var/lib/libvirt/images/OtherDemo.img
|