summaryrefslogtreecommitdiffstats
path: root/ctdb/config/events.d/20.multipathd
diff options
context:
space:
mode:
Diffstat (limited to 'ctdb/config/events.d/20.multipathd')
-rw-r--r--ctdb/config/events.d/20.multipathd4
1 files changed, 2 insertions, 2 deletions
diff --git a/ctdb/config/events.d/20.multipathd b/ctdb/config/events.d/20.multipathd
index 091a7739b6..2f484a4760 100644
--- a/ctdb/config/events.d/20.multipathd
+++ b/ctdb/config/events.d/20.multipathd
@@ -16,7 +16,7 @@ loadconfig
exit 0
}
-MPFAILURE=$CTDB_BASE/state/multipathd/failure
+MPFAILURE=$CTDB_VARDIR/state/multipathd/failure
multipathd_check_background()
{
@@ -78,7 +78,7 @@ case "$1" in
startup)
# create a state directory to keep/track the multipath device
# state
- /bin/mkdir -p $CTDB_BASE/state/multipathd
+ /bin/mkdir -p $CTDB_VARDIR/state/multipathd
exit 0
;;