I guess this is more for posterity and reference as I didnt find much on it here...
Main questions- is this sane? am i missing anything?
Currently I have a RAW LVM storage media (block devices), on local volume group called VMStor1, and wish to move to a normal ext3 formatted array mounted at /mnt/VMStor2.
shutdown VM.... convert:
change storage /etc/pve/qemu-server/100.conf to this:
restart VM
I know RAW is typically rated as fasterr, but newer qcow2 seems to show better performance closing that gap, and offers instant snapshotting, which I ffind more important than speed in this scenario.... am I missing anything else here??
Main questions- is this sane? am i missing anything?
Currently I have a RAW LVM storage media (block devices), on local volume group called VMStor1, and wish to move to a normal ext3 formatted array mounted at /mnt/VMStor2.
shutdown VM.... convert:
Code:
qemu-img convert -O qcow2 /dev/VMStor1/vm-100-disk-1 /mnt/VMStor2/images/100/vm-100-disk-1.qcow2
change storage /etc/pve/qemu-server/100.conf to this:
Code:
virtio0: VMStor2:100/vm-100-disk-1.qcow2,size=8G
I know RAW is typically rated as fasterr, but newer qcow2 seems to show better performance closing that gap, and offers instant snapshotting, which I ffind more important than speed in this scenario.... am I missing anything else here??