diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-11-09 15:06:59 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-12-16 08:03:55 +0100 |
commit | 0c907f4965b18cfc4a0692dc8b22c639c397181b (patch) | |
tree | a785a1a15cb22bcdd316131956958a4b2007efb3 /ctdb/config | |
parent | 003985acfd86c3777dd159845cfebc43eb3e19dc (diff) | |
download | samba-0c907f4965b18cfc4a0692dc8b22c639c397181b.tar.gz samba-0c907f4965b18cfc4a0692dc8b22c639c397181b.tar.xz samba-0c907f4965b18cfc4a0692dc8b22c639c397181b.zip |
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)
Diffstat (limited to 'ctdb/config')
-rwxr-xr-x | ctdb/config/statd-callout | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/config/statd-callout b/ctdb/config/statd-callout index e31530aeda..168975c51e 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" ] && { |