On 27/02/19 09:49, Ingo Franzki wrote:
As far as I can tell: Yes if you pvmove data around or lvextend an LV onto another PV with a larger physical block size that is dangerous.
Creating new LVs and thus new file systems on mixed configurations seem to be OK.
[...]
And yes, its unrelated to encrypted volumes, it can happen with any block device of different physical block sizes that you use as PV.
Thank you Ingo for the precious informations you are giving here.
Not to be pedantic, but what do you mean with physical block? Because
with modern disks the term is not always clear. Let's take a mechanical
disk with 512e sectors, that is with 4k sectors but exposed as 512 byte
sectors. Fdisk will refer to it with these terms:
Sector size (logical/physical): 512 bytes / 4096 bytes
What you are referring as physical size is actually the logical size
reported by fdisk, right? And if it's correct, I guess that should be
safe to add the above disk with 512e sectors to an LVM storage composed
only by disks with real 512 byte sectors. I expect that from the LVM
point of view this should not be even considered a mixed sector size
setup, even if the real physical sector size of the added disk is 4096 byte.
Do you agree or do you think it would be better to test this specific setup?
Cesare.
_______________________________________________
linux-lvm mailing list
linux-lvm@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/linux-lvm
read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/