]> sourceware.org Git - lvm2.git/commit
Add support for m-way to n-way up-convert in RAID1 (no linear to n-way yet)
authorJonathan Earl Brassow <jbrassow@redhat.com>
Thu, 18 Aug 2011 19:41:21 +0000 (19:41 +0000)
committerJonathan Earl Brassow <jbrassow@redhat.com>
Thu, 18 Aug 2011 19:41:21 +0000 (19:41 +0000)
commit4fad401cd27553be6c66ffb5b1863bbabee84eca
tree38c748e1c91c203a51952c49cfa386df126cc497
parentcc00073da79766835ec6a22893889e7013a6a4be
Add support for m-way to n-way up-convert in RAID1 (no linear to n-way yet)

This patch adds the ability to upconvert a raid1 array - say from 2-way to
3-way.  It does not yet support upconverting linear to n-way.

The 'raid' device-mapper target allows for individual components (images) of
an array to be specified for rebuild.  This mechanism is used when adding
new images to the array so that the new images can be resync'ed while the
rest of the images in the array can remain 'in-sync'.  (There is no
mirror-on-mirror layering required.)
WHATS_NEW
lib/metadata/lv_manip.c
lib/metadata/raid_manip.c
lib/raid/raid.c
libdm/libdevmapper.h
libdm/libdm-deptree.c
This page took 0.029693 seconds and 5 git commands to generate.