• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

LVM and Fdisk.

Mahaguru

Senior member
Question about LVM and fdisk. I present 8 iscsi LUNs to a Redhat 4 Enterprise server. I run fdisk -l, all the luns show up, and the sizes match. I create primary parititions on them, and change their types to LVM (8e).

I present 8 more luns. Now if I run fdisk -l, all the existing disks get rearranged. /dev/sdl appears to have moved to /dev/sdn, for example. I was told that this is normal behavior. When you change the type of a partition to LVM, the disk labels /dev/sd* become secondary, and LVM will rearrange them.

I am just trying to understand this concept, and why this happens. Any advice?
 
Back
Top