]> sourceware.org Git - lvm2.git/commit
lvconvert: fix RAID SubLV --splitmirror regression
authorHeinz Mauelshagen <heinzm@redhat.com>
Tue, 11 Oct 2016 22:24:57 +0000 (00:24 +0200)
committerHeinz Mauelshagen <heinzm@redhat.com>
Tue, 11 Oct 2016 22:24:57 +0000 (00:24 +0200)
commit8859d4508a9862af25b4c7d75aee84367b19da79
treedcb677a7da5184d035b99d0bb8752bbf3117c546
parente57fd9d96327f1f715748de99c23f9521a2d7b9b
lvconvert: fix RAID SubLV --splitmirror regression

Commit 088b3d036a73a7d947f6e9b12e8fad8a9f40d97f allowed repair on cache origin RAID LVs
and restricted lvconvert actions on RAID SubLVs to change number of mirrors, repair,
replace and type changes in order to avoid unsuitable coversions on them.

This introduced a regression prohibiting --splitmirrors on any RAID SubLVs
(e.g. of cache or thin LVs; lvconvert-{cache,thin}-raid.sh tests failing).

Fix allows split mirrors again.

Fix some indenting whilst on it.
tools/lvconvert.c
This page took 0.039298 seconds and 5 git commands to generate.