1832510 Members
4640 Online
110043 Solutions
New Discussion

lvextend

 
SOLVED
Go to solution
Torsten.
Acclaimed Contributor

Re: lvextend

The lvol is still mirrored. Consider to use vgreduce -f or use the steps from here:

http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf

in order to unmirror your lvols from a non-existing disk.

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!   
masood bt
Regular Advisor

Re: lvextend

Ahh.. this famous pdf
"When Good Disks Go Bad: Dealing with Disk Failures Under LVM"

Let me go thorugh this once again..Torsten..thx
Behind every Great fortune, there is a crime
masood bt
Regular Advisor

Re: lvextend

Dear Torsten

The solution is in the 19th page of the document When good disks go bad.

I am very happy. Leaving for the day now. I assigned you points to your earlier posts...
thank you very much.
Behind every Great fortune, there is a crime
masood bt
Regular Advisor

Re: lvextend

The PV has been removed from the VG
So lvreduce cant be done using the PV name.

lvdisplay -v -k /dev/vgxx/lvolxx gives the PV key(PV which has stale extents)

lvreduce -m 0 -A n -k /dev/vgxx/lvolxx

This successfully reduced the lvol.

The solution is in the 19th page
http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf

Thanks to Torsten!
Behind every Great fortune, there is a crime