]> sourceware.org Git - lvm2.git/commit
lvconvert: enhance automatic settings of possible (raid) LV types
authorHeinz Mauelshagen <heinzm@redhat.com>
Wed, 17 May 2017 22:18:15 +0000 (00:18 +0200)
committerHeinz Mauelshagen <heinzm@redhat.com>
Wed, 17 May 2017 22:18:15 +0000 (00:18 +0200)
commit5fe07d3574ddce3d194f0fa57af9028348a91008
treea5eec7f5d6d4da92e989a35cd36d983ace8fa0b9
parent16c6d9f11ab581a79fb57fd36142af1dc57a3c61
lvconvert: enhance automatic settings of possible (raid) LV types

Offer possible interim LV types and display their aliases
(e.g. raid5 and raid5_ls) for all conversions between
striped and any raid LVs in case user requests a type
not suitable to direct conversion.

E.g. running "lvconvert --type raid5 LV" on a striped
LV will replace raid5 aka raid5_ls (rotating parity)
with raid5_n (dedicated parity on last image).
User is asked to repeat the lvconvert command to get to the
requested LV type (raid5 aka raid5_ls in this example)
when such replacement occurs.

Resolves: rhbz1439403
WHATS_NEW
lib/metadata/raid_manip.c
This page took 0.035248 seconds and 5 git commands to generate.