1850312 Members
2645 Online
104054 Solutions
New Discussion

LVM question

 
SOLVED
Go to solution
Anand Sreenivasan
Regular Advisor

LVM question

I have a volume group with a logical volume which has been striped across 4 disks. Now I am planning to move this data over to new set of disks and I thought I would just mirror it using LVM. When ever I try to do it , It said striped mirroring is not supported. Can I do a PVMOVE in this case. Will it work ?. Thanks for any help.
2 REPLIES 2
James R. Ferguson
Acclaimed Contributor
Solution

Re: LVM question

Hi:

No, you cannot use 'pvmove' on stiped LVM disks. MirrorDisk/UX is a "superset" of 'pvmove' code and neither can be used with striped logical volumes.

Regards!

...JRF...
Anand Sreenivasan
Regular Advisor

Re: LVM question

Darn !!! Oh well , I have to use a fcopy and fbackup. Thanks for the quick response though...