1827434 Members
4427 Online
109965 Solutions
New Discussion

Re: lvextend error

 
SSP_1
Regular Advisor

lvextend error

Hi Big Admins,

HI All ,

I am getting the error "Failure possibly caused by contiguous allocation policy" if trying to do lvextend for one of the logical volume.

Pl help !!!!
Obstacles exist to challenge you to keep going. Not to quit.
2 REPLIES 2
U.SivaKumar_2
Honored Contributor

Re: lvextend error

Hi,

Refer this link
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x9fe35a3e6e0bd6118ff40090279cd0f9,00.html
regards,
U.SivaKumar

Innovations are made when conventions are broken
Armin Feller
Honored Contributor

Re: lvextend error

Hi,

do an lvdisplay to this lvol and check the allocation.

If the lvol mirrored and allocation is set to STRICT, then you have to divide the free space size with two.

Please try by useing only the lvextend command without specifying a disk:

# lvextend -L /dev/vgXY/lvolX

LVM will handle your request.

Regards,
Armin