What is extent size in volume groups? I have a very small volume, like 5mb, I need to set an appropriate extent size, but I do not know what it is.
feedback
|
closed as not a real question by SvenW, Khaled, MikeyB, Iain♦, MDMarra Nov 20 '11 at 17:15
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
The physical extent (PE) size is the basic unit out of which logical volumes are created. It defines the minimum size of a volume and the possible increments (having a 4MB PE size would mean the minimum volume size is 4MB and you can grow it in 4MB increments). Making the PE too small wouldn't be recommended, as the maximum volume size is 65,536 PEs, so if you reduce this to 1MB, you end up with volumes not larger than 64GB. | |||
|
feedback
|