LVM / pvcreate vs fdisk / mkfs sector offset. Anybody familiar with LVM? I had a question come up that I can't seem to find answers to.
The issue is creating partitions and filesystems on RAID/SAN based filesystems. When creating a partition with FDISK, a disk header for the partition table is written to the start of a disk. This is done based on BIOS interperation of heads/cyl/sectors of the disk in question. In a RAID the block chunk may need to be offset to compensate for the striping across the RAID in question.
[I.E., to compensate for 63 byte sectors I would offset the start of the partition table by 128. Giving room for the disk header.]
In any case here's my question; Does anybody know if LVM pays attention to this? It seems as if it treats disks in general as raw block devices, so I have difficulty determining if it's reading the disk info from the disk/HBA or from BIOS.
Anybody?
__________________ That's nice, last I read; there was a free opensource dev for [insert product name here] |