mirror of https://gitee.com/openkylin/libvirt.git
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
|