]> sourceware.org Git - lvm2.git/commit
Add --splitmirrors support for RAID1 (1 image only)
authorJonathan Earl Brassow <jbrassow@redhat.com>
Thu, 18 Aug 2011 19:34:18 +0000 (19:34 +0000)
committerJonathan Earl Brassow <jbrassow@redhat.com>
Thu, 18 Aug 2011 19:34:18 +0000 (19:34 +0000)
commitbd1f90fd603b207eee402432a690f0b81edd5691
tree5e96c34b9ce8a8647c4c17e0f7ef56c6757c6b77
parent7058ed44317f4cf4c05969207a21dd63b7f1e818
Add --splitmirrors support for RAID1 (1 image only)

Users already have the ability to split an image from an LV of "mirror"
segtype.  This patch extends that ability to LVs of "raid1" segtype.

This patch only allows a single image to be split off, however.  (The
"mirror" segtype allows an arbitrary number of images to be split off.
e.g.  4-way => 3-way/linear, 2-way/2-way, linear,3-way)
WHATS_NEW
lib/metadata/metadata-exported.h
lib/metadata/raid_manip.c
tools/lvconvert.c
This page took 0.03491 seconds and 5 git commands to generate.