[lvm-devel] [PATCH 0 of 5] LVM RAID: feature additions

Jonathan Brassow jbrassow at redhat.com
Tue Aug 16 14:11:35 UTC 2011


The forthcoming 5 patches include enhancements to the LVM handling of
RAID1.  (RAID1 is a new segment type for LVM that is different from the
existing "mirror" segment type.  It utilizes the MD RAID1 personality.)
Enhancements include:
- splitmirrors: Can split off an image from a mirror to form an
independent LV.  (Can only split off a linear volume right now.)
- trackchanges: Can split off an image with 'trackchanges' that allows
for a read-only copy to be split off that can be reintegrated later -
resync'ing only those areas that have changed
- merge: Can merge back an LV that was split with the 'trackchanges'
option.
- up-convert: Can add RAID1 images to an existing RAID1 array.  (Does
not yet allow linear -> RAID1 conversion.)

This patch set also includes some code clean-up to better obey the
implicit LVM rules surrounding suspend/resume and activate/deactivate.

 brassow





More information about the lvm-devel mailing list