When we resize disks in KVM via the Resize Disk and add say GBs. Note we trying to move it from old Proxmox servers with SATA HW RAID 10 LVM to new SSD ZFS servers.
It changes for example from 50G to some 55834575360
We noticed this occurs when we try to migrate it across to a new ZFS volume where it will fail due to it not being dividable by 8192 etc.
Any way to fix this.
I also tried via command line using qm 100 virtio0 +1G
Same outcome.
Need to get the block size right.
Here is another example on one virtio disk :
55834575360 / 4096
= 13631488125
LVM blocksize is 4096
SSD blocksize is default of 8192
It changes for example from 50G to some 55834575360
We noticed this occurs when we try to migrate it across to a new ZFS volume where it will fail due to it not being dividable by 8192 etc.
Any way to fix this.
I also tried via command line using qm 100 virtio0 +1G
Same outcome.
Need to get the block size right.
Here is another example on one virtio disk :
55834575360 / 4096
= 13631488125
LVM blocksize is 4096
SSD blocksize is default of 8192
Last edited: