From 7097663dddad0716059783219e9e3d4748db8188 Mon Sep 17 00:00:00 2001 From: Alasdair G Kergon Date: Mon, 28 Sep 2015 12:25:31 +0100 Subject: [PATCH] test: Cope with stripe rounding message change. --- test/shell/lvcreate-striped-mirror.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/shell/lvcreate-striped-mirror.sh b/test/shell/lvcreate-striped-mirror.sh index 735b396bd..776dbf712 100644 --- a/test/shell/lvcreate-striped-mirror.sh +++ b/test/shell/lvcreate-striped-mirror.sh @@ -46,12 +46,12 @@ check mirror_images_redundant $vg $lv7 lvremove -ff $vg lvcreate -aey --nosync -i3 -l4 --type mirror -m1 --mirrorlog core -n $lv1 $vg 2>&1 | tee log -grep "Rounding size (4 extents) up to .* (6 extents)" log +grep "Rounding size .*(4 extents) up to .*(6 extents)" log lvcreate -aey --nosync -i3 -l4 --type mirror -m2 --mirrorlog core -n $lv2 $vg 2>&1 | tee log -grep "Rounding size (4 extents) up to .* (6 extents)" log +grep "Rounding size .*(4 extents) up to .*(6 extents)" log lvcreate -aey --nosync -i3 -l2 --type mirror -m2 --mirrorlog core -n $lv3 $vg 2>&1 | tee log -grep "Rounding size (2 extents) up to .* (3 extents)" log +grep "Rounding size .*(2 extents) up to .*(3 extents)" log lvremove -ff $vg