The document discusses methods used in Logical Volume Manager (LVM) to maintain consistency between mirrored logical volumes. It describes two key methods - the Mirror Write Cache (MWC) and Mirror Consistency Record (MCR). The MWC resides in memory and tracks pending writes, while the MCR on disk is used for recovery after crashes. The document provides details on how these methods work and how they can impact performance and recovery times in different situations.