From 9068de011d900df46a87d6cb0de08160136bde66 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Wed, 18 Apr 2018 12:57:17 +0200 Subject: [PATCH] lvconvert: drop limitation for converting lv Fixing regresion on argument acceptance where any lv can be passed with paramaterless lvconvert which is meant to figure out needed operation - i.e. wait for mirror synchronization. User has no other 'effective' method to wait for mirror getting in-sync. --- WHATS_NEW | 1 + tools/command-lines.in | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/WHATS_NEW b/WHATS_NEW index 192c5c2c2..82b47c5fa 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,6 @@ Version 2.02.178 - ===================================== + Fix regression on acceptance of any LV on lvconvert. Restore usability of thin LV to be again external origin for another thin. Keep systemd vars on change event in 69-dm-lvm-metad.rules for systemd reload. Write systemd and non-systemd rule in 69-dm-lvm-metad.rules, GOTO active one. diff --git a/tools/command-lines.in b/tools/command-lines.in index e555e95dc..9d407d08a 100644 --- a/tools/command-lines.in +++ b/tools/command-lines.in @@ -701,8 +701,8 @@ RULE: all and lv_is_converting lvconvert LV_mirror_raid OO: OO_LVCONVERT ID: lvconvert_start_poll -DESC: Poll LV to continue conversion (also see --startpoll). -RULE: all and lv_is_converting +DESC: Poll LV to continue conversion (also see --startpoll) +DESC: or waits till conversion/mirror syncing is finished FLAGS: SECONDARY_SYNTAX ---