From: David Teigland Date: Tue, 10 Jul 2018 19:19:46 +0000 (-0500) Subject: tests: fix mkdir pvs_online X-Git-Tag: v2_03_00~68 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=edf3f86184a380994e383b9884364e702e4ac647;p=lvm2.git tests: fix mkdir pvs_online --- diff --git a/test/shell/pvscan-autoactivate.sh b/test/shell/pvscan-autoactivate.sh index af6f2b2d4..85a08cff7 100644 --- a/test/shell/pvscan-autoactivate.sh +++ b/test/shell/pvscan-autoactivate.sh @@ -19,6 +19,8 @@ aux prepare_pvs 2 vgcreate $vg1 "$dev1" "$dev2" lvcreate -n $lv1 -l 4 -a n $vg1 +mkdir /run/lvm/pvs_online || true + # the first pvscan scans all devs rm /run/lvm/pvs_online/* diff --git a/test/shell/pvscan-nomda-bg.sh b/test/shell/pvscan-nomda-bg.sh index f8ecc080a..d73f3daa2 100644 --- a/test/shell/pvscan-nomda-bg.sh +++ b/test/shell/pvscan-nomda-bg.sh @@ -26,7 +26,7 @@ check inactive $vg1 foo # create a file in pvs_online to disable the pvscan init # case which scans everything when the first dev appears. -mkdir /run/lvm/pvs_online/ +mkdir /run/lvm/pvs_online || true touch /run/lvm/pvs_online/foo pvscan --cache --background "$dev2" -aay