projects
/
lvm2.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7d6df8
)
tests: update checked message
1957478116
author
Zdenek Kabelac <zkabelac@redhat.com>
Wed, 30 Jul 2025 15:03:58 +0000
(17:03 +0200)
committer
Zdenek Kabelac <zkabelac@redhat.com>
Wed, 30 Jul 2025 15:06:26 +0000
(17:06 +0200)
lvconvert output printed message was slighlty updated
test/shell/lvconvert-m-raid1-degraded.sh
patch
|
blob
|
history
diff --git
a/test/shell/lvconvert-m-raid1-degraded.sh
b/test/shell/lvconvert-m-raid1-degraded.sh
index 84f92cc831cb88aaf297731c366ab4f53588ab89..6cb7728ee030c0b6b4c4eae98137fed9d0168dab 100644
(file)
--- a/
test/shell/lvconvert-m-raid1-degraded.sh
+++ b/
test/shell/lvconvert-m-raid1-degraded.sh
@@
-34,7
+34,7
@@
check raid_leg_status $vg $lv "DA"
# 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
+grep "
is 2 already
" out
# Check it remains degraded after the successful "conversion"
check raid_leg_status $vg $lv "DA"
This page took
0.068471 seconds
and
5
git commands to generate.