From edf3f86184a380994e383b9884364e702e4ac647 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Tue, 10 Jul 2018 14:19:46 -0500 Subject: [PATCH] tests: fix mkdir pvs_online --- test/shell/pvscan-autoactivate.sh | 2 ++ test/shell/pvscan-nomda-bg.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.43.5