1837230 Members
2177 Online
110115 Solutions
New Discussion

Mirroring striped Lvs

 
Sreer
Valued Contributor

Mirroring striped Lvs

Hi Gurus,

Its for my knowledge .

I have a vg03 in which 2 LVs are there and is created using striping in 3 disks.
If I need to mirror this lvs how I will perfor this? while doing lvextend how I will specify the disks [ newly added disks with vg03 for mirroring]

2. If any of these mirrored disks are failed how I will replace it since it is striped one.

thanks in advance for your reply.

rgds Sree
2 REPLIES 2
Stephan.
Honored Contributor

Re: Mirroring striped Lvs

Hi,
>> created using striping

This mean you use 'lvcreate -D y -s g ...' to create the lvol's?

If yes you need to build a second PVG containing 3 disks and build the mirror on the new PVG f.e.

lvextend -m 1 /dev/vg03/lv01

Stephan.
Honored Contributor