All of lore.kernel.org
 help / color / mirror / Atom feed
* master - tests: Adapt RAID test to changes
@ 2020-07-28 15:39 Marian Csontos
  0 siblings, 0 replies; only message in thread
From: Marian Csontos @ 2020-07-28 15:39 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=e12bdd591a1e60f055baee6cf5e9a144ea245a33
Commit:        e12bdd591a1e60f055baee6cf5e9a144ea245a33
Parent:        7a507583d97c1f4b11d5f1a94958f65cf42b6f9f
Author:        Marian Csontos <mcsontos@redhat.com>
AuthorDate:    Tue Jul 28 17:36:57 2020 +0200
Committer:     Marian Csontos <mcsontos@redhat.com>
CommitterDate: Tue Jul 28 17:36:57 2020 +0200

tests: Adapt RAID test to changes

Change 3c9177fdc0b8 causes a conversion of raid1 volume to a raid1 with
the same number of legs succeed with a warning.
---
 test/shell/lvconvert-m-raid1-degraded.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/test/shell/lvconvert-m-raid1-degraded.sh b/test/shell/lvconvert-m-raid1-degraded.sh
index 05c3e893c..c3f70855e 100644
--- a/test/shell/lvconvert-m-raid1-degraded.sh
+++ b/test/shell/lvconvert-m-raid1-degraded.sh
@@ -33,8 +33,10 @@ aux disable_dev "$dev1"
 vgreduce --force --removemissing $vg
 check raid_leg_status $vg $lv "DA"
 
-# Conversion to 2 legs must fail on degraded 2-legged raid1 LV
-not lvconvert -y -m1 $vg/$lv
+# Conversion to 2 legs does nothing on degraded 2-legged raid1 LV
+lvconvert -y -m1 $vg/$lv 2>&1 | tee out
+grep "already has 2 images" out
+# Check it remains degraded after the successful "conversion"
 check raid_leg_status $vg $lv "DA"
 
 # Repair has to succeed



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-28 15:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-28 15:39 master - tests: Adapt RAID test to changes Marian Csontos

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.