From 0c907f4965b18cfc4a0692dc8b22c639c397181b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 9 Nov 2009 15:06:59 +0100 Subject: [PATCH] config: load 'ctdb' config before 'nfs' config in statd-callout All other scripts do 'loadconfig ctdb' before any other 'loadconfig foo' call. I think we should do the same in statd-callout. Otherwise it's very confusing, if you have configured some Options in /etc/sysconfig/ctdb, but /etc/ctdb/statd-callout doesn't notice them. metze (This used to be ctdb commit 10d95581fb90bfdf58ec32345c4e36c27acf4f37) --- ctdb/config/statd-callout | 1 + 1 file changed, 1 insertion(+) diff --git a/ctdb/config/statd-callout b/ctdb/config/statd-callout index e31530aeda3..168975c51e1 100755 --- a/ctdb/config/statd-callout +++ b/ctdb/config/statd-callout @@ -10,6 +10,7 @@ } . $CTDB_BASE/functions +loadconfig ctdb loadconfig nfs [ -z "$STATD_SHARED_DIRECTORY" ] && {