1836358 Members
2537 Online
110100 Solutions
New Discussion

Doubt regarding PE size

 
SOLVED
Go to solution
Nikhil_1
Advisor

Doubt regarding PE size

Hi,

LE=Logical Extent
PE=Physical Extent
VG=Volume Group
PVG=Physical Volume Group

From the LVM documentation, I gather that
- LE size equals PE size.
- A VG can consist of multiple PVGs.

Can I configure PEs in one PVG with one size (say 2 MB) and
PEs in another PVG (within same VG) with another size (say 8 MB)?

Or PE size must be same in the entire VG (regardless of the PVGs)?

With regards,
Nikhil
3 REPLIES 3
S.K. Chan
Honored Contributor
Solution

Re: Doubt regarding PE size

The latter is true ..
"PE size must be same in the entire VG (regardless of the PVGs"
Patrick Wallek
Honored Contributor

Re: Doubt regarding PE size

Physical Extent (PE) size is configured for the ENTIRE VG at creation time of the VG.

PE size is an option of the VG create command, so no you can't have 1 PV in a VG with a different PE size from another PV. That just isn't going to happen.
Nikhil_1
Advisor

Re: Doubt regarding PE size

Thanks Guys.

With regards,
Nikhil