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