Hi,
I've created a 3 node Proxmox cluster to test, and presented a Fibre Channel Lun. I've then created a LVM group on top as per https://pve.proxmox.com/wiki/Multipath
I then imported a VM, and it's done raw format on the lvm storage group. I couldn't create a snapshot, so I reimported the disk as qcow2 on the LVM storage, and I can now create a snapshot.
Is that the correct image type to use for getting snapshots on Shared LVM storage?
https://pve.proxmox.com/wiki/Storage:_LVM#pvesm_lvm_config
Is there any performance impact to using qcow2 in the LVM group or is it's not quite the same as using a qcow2 file on say ext4?
```
# lvs
LV VG Attr LSize
vm-100-disk-0 virt-test-1 -wi-ao---- 32.00g
vm-103-disk-0.qcow2 virt-test-1 -wi------- <32.01g
```
I've created a 3 node Proxmox cluster to test, and presented a Fibre Channel Lun. I've then created a LVM group on top as per https://pve.proxmox.com/wiki/Multipath
I then imported a VM, and it's done raw format on the lvm storage group. I couldn't create a snapshot, so I reimported the disk as qcow2 on the LVM storage, and I can now create a snapshot.
Is that the correct image type to use for getting snapshots on Shared LVM storage?
https://pve.proxmox.com/wiki/Storage:_LVM#pvesm_lvm_config
Is there any performance impact to using qcow2 in the LVM group or is it's not quite the same as using a qcow2 file on say ext4?
```
# lvs
LV VG Attr LSize
vm-100-disk-0 virt-test-1 -wi-ao---- 32.00g
vm-103-disk-0.qcow2 virt-test-1 -wi------- <32.01g
```