Out environment is PVE 8.4.1, 3 Nodes connected to an iSCSI storage. Multipathd is configured. LVM is configured as shared storage.
When a harddisk is cloned from qcow2 or raw images to LVM then all non NULL blocks are equal and NULL blocks are potentially filled with old data. The result are corrupt disks. Full filled disks are OK.
Steps to reproduce:
1. Attach a VM with qcow2 image
2. Fill the image with some data
3. Move image to LVM
Required bugfix: Overwrite NULL Blocks on target LVM volume.
When a harddisk is cloned from qcow2 or raw images to LVM then all non NULL blocks are equal and NULL blocks are potentially filled with old data. The result are corrupt disks. Full filled disks are OK.
Steps to reproduce:
1. Attach a VM with qcow2 image
2. Fill the image with some data
3. Move image to LVM
Required bugfix: Overwrite NULL Blocks on target LVM volume.