From 998151e83e5f1673266ffad213a35b377c3a999b Mon Sep 17 00:00:00 2001 From: David Teigland Date: Mon, 27 Feb 2017 16:33:38 -0600 Subject: [PATCH] commands: fix lvconvert raid rule Recent rule change was incorrect. We want to allow 'lvconvert --type raid' on raid1 LVs. --- tools/command-lines.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/command-lines.in b/tools/command-lines.in index f8e0db73d..3105966d0 100644 --- a/tools/command-lines.in +++ b/tools/command-lines.in @@ -347,7 +347,7 @@ OP: PV ... ID: lvconvert_raid_types DESC: Convert LV to raid or change raid layout. RULE: all not lv_is_locked lv_is_pvmove -RULE: LV_raid not LV_raid0 LV_raid1 +RULE: LV_raid not LV_raid0 lvconvert --mirrors SNumber LV OO: OO_LVCONVERT_RAID, OO_LVCONVERT, --mirrorlog MirrorLog