mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
cleanup: typos in test logging
This commit is contained in:
parent
26a6c69a87
commit
0e52e215a8
@ -92,5 +92,5 @@ not lvm pvdata
|
|||||||
if lvm nonexistingcommand ; then
|
if lvm nonexistingcommand ; then
|
||||||
die "lvm must fail"
|
die "lvm must fail"
|
||||||
elif [ "$?" != "2" ] ; then
|
elif [ "$?" != "2" ] ; then
|
||||||
die "lvm sould return code 2"
|
die "lvm should return code 2"
|
||||||
fi
|
fi
|
||||||
|
@ -116,7 +116,7 @@ for mdacp in 1 2; do
|
|||||||
pvunignore_ "$dev2"
|
pvunignore_ "$dev2"
|
||||||
pvunignore_ "$dev4"
|
pvunignore_ "$dev4"
|
||||||
pvunignore_ "$dev5"
|
pvunignore_ "$dev5"
|
||||||
echo vgcreate $SHARED succeds with small value of --metadatacopies, ignores mdas
|
echo vgcreate $SHARED succeeds with small value of --metadatacopies, ignores mdas
|
||||||
vgcreate $SHARED --vgmetadatacopies 1 $vg "$dev1" "$dev2" "$dev4" "$dev5"
|
vgcreate $SHARED --vgmetadatacopies 1 $vg "$dev1" "$dev2" "$dev4" "$dev5"
|
||||||
check vg_field $vg vg_mda_copies 1
|
check vg_field $vg vg_mda_copies 1
|
||||||
check vg_field $vg vg_mda_count $(( mdacp * 4 ))
|
check vg_field $vg vg_mda_count $(( mdacp * 4 ))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user