2021-02-08 10:23:45 +01:00
|
|
|
qemu-img \
|
|
|
|
convert \
|
|
|
|
-f raw \
|
|
|
|
-O qcow2 \
|
2024-03-06 01:20:13 +05:30
|
|
|
-o preallocation=falloc,compat=1.1 \
|
2021-03-31 10:46:36 +02:00
|
|
|
/var/lib/libvirt/images/sparse.img \
|
2015-02-17 16:54:53 +01:00
|
|
|
/var/lib/libvirt/images/OtherDemo.img
|