Stuart D. Gathman [stuart@bmsi.com] wrote: > > 3) Why the metadata inside MDA wraps around, instead of the offset > > pointing to the start of metadata? > > Someone else? Probably because when something bad happens while changing the metadata, you want to go back to the old state. To preserve the old state, you don't want to wipe the old metadata. You need offset other than the start of the metadata! Circular buffer is an optimal solution to implement this, I guess. _______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/