Operating System - HP-UX
1753712 Members
4670 Online
108799 Solutions
New Discussion юеВ

Maximum Stripe Size Using LMV

 
SOLVED
Go to solution
Michael Bertrand
New Member

Maximum Stripe Size Using LMV

When creating a file system using LVM, is there a maximum stripe size or a limitation you can use?
4 REPLIES 4
Paul Sperry
Honored Contributor

Re: Maximum Stripe Size Using LMV

When striping with LVM, one should make sure that the file system block size and the LVM stripe size are identical. This will aid performance.
Paul Sperry
Honored Contributor
Solution

Re: Maximum Stripe Size Using LMV

Here's a tehnical  paper on LVM limits too.


http://docs.hp.com/en/6054/Limits_wp.htm

James R. Ferguson
Acclaimed Contributor

Re: Maximum Stripe Size Using LMV

Hi Michael:

The manpages for 'lvcreate' document the limits for each geometry.

Stripe_size should be a power of 2 in the range 4 to 32768.

Stripes must be in the range 2 to the number of disks in the current volume group. This is the number of disks to stripe across.

Regards!

...JRF...
Michael Bertrand
New Member

Re: Maximum Stripe Size Using LMV

Thanks everyone for the information. Paul S,the white paper you pointed me to was just what I was looking for.