]> sourceware.org Git - lvm2.git/commit
RAID/MIRROR: Honor mirror_segtype_default when upconverting linear LVs
authorJonathan Brassow <jbrassow@redhat.com>
Wed, 19 Jun 2013 22:50:10 +0000 (17:50 -0500)
committerJonathan Brassow <jbrassow@redhat.com>
Wed, 19 Jun 2013 22:50:10 +0000 (17:50 -0500)
commita6d13308ec0baca9a5bd48f80d02e5c71a54287f
treef19a7eeaa34ee5a55ff38b9726d9a003c9533724
parent4d2aa6a7aa6f8208bc27b7f0579e7d85562af2d0
RAID/MIRROR: Honor mirror_segtype_default when upconverting linear LVs

If the user would upconvert a linear LV to a mirror without specifying
the segment type ("--type mirror" vs "--type raid1"), the "mirror"
segment type would be chosen without consulting the 'default_mirror_segtype'
setting in lvm.conf.  This is now used as the basis for determining
which should be used if left unspecified.
WHATS_NEW
test/shell/lvconvert-mirror.sh
test/shell/lvconvert-raid.sh
tools/lvconvert.c
This page took 0.034049 seconds and 5 git commands to generate.