Operating System - HP-UX
1825838 Members
3108 Online
109688 Solutions
New Discussion

Re: extending logical volume Failure possibly caused by strict allocation policy

 
ouazir
Frequent Advisor

extending logical volume Failure possibly caused by strict allocation policy

Hello,

when i try to extend my logical volume it returns the follwing error:

 

#lvextend -L 255000  /dev/vgtest/lvtest  /dev/disk/disk71

Need more PVs for "2" Stripes. Only have "1" PVs.
Failure possibly caused by strict allocation policy

this is the lvtest configuration :

 

LV Permission               read/write
LV Status                   available/syncd
Mirror copies               0
Consistency Recovery        MWC
Schedule                    striped
LV Size (Mbytes)            203776
Current LE                  50944
Allocated PE                50944
Stripes                     2
Stripe Size (Kbytes)        4
Bad block                   on
Allocation                  strict
IO Timeout (Seconds)        default

Best regards.

3 REPLIES 3
Torsten.
Acclaimed Contributor

Re: extending logical volume Failure possibly caused by strict allocation policy

The error message says all.

You need 2 new physical volumes.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
ouazir
Frequent Advisor

Re: extending logical volume Failure possibly caused by strict allocation policy

Hi,

 

but i have only one Pv, and i want to bypass the stripe  allocation policy


So is it possible?

 

Patrick Wallek
Honored Contributor

Re: extending logical volume Failure possibly caused by strict allocation policy

>>but i have only one Pv, and i want to bypass the stripe  allocation policy

 

You can't bypass the stripe allocation policy without completely recreating the logical volume.