1834167 Members
2419 Online
110064 Solutions
New Discussion

Re: Mirror question

 
Ralf Buchhold
Regular Advisor

Mirror question

Hello
what does it mean:
Mirror Consitency: NO

Thanks
Ralf
4 REPLIES 4
RAC_1
Honored Contributor

Re: Mirror question

It means at the time of vg activation, mirror consistency will not be checked. man lvcreate. Check otions -c and -M (-c options is effective only with -M option specified.)
By default it is on.

Anil
There is no substitute to HARDWORK
Uday_S_Ankolekar
Honored Contributor

Re: Mirror question

This means MWC(Mirror Write Cache) is off
This approach is useful when running an application program (such as a database) that has its own means of maintaining or recoveringconsistent data, such as transaction logfiles.
-USA..
Good Luck..

Re: Mirror question

Typically this is turned OFF for swap volumes (why bother re-silvering a swap volume after a reboot?)

HTH

Duncan

I am an HPE Employee
Accept or Kudo
Rajeev Tyagi
Valued Contributor

Re: Mirror question

Ralf,

It means in case of system crash stale extents will not be synchronized automatically during reboot or VG activation. You will have to use lvsync to manually synchronize the mirrored logical volume.