config: load 'ctdb' config before 'nfs' config in statd-callout
authorStefan Metzmacher <metze@samba.org>
Mon, 9 Nov 2009 14:06:59 +0000 (15:06 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 16 Dec 2009 07:03:55 +0000 (08:03 +0100)
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

config/statd-callout

index e31530aeda3b066793754981f0b69e119200d7f7..168975c51e1c36b5669906eeeaeea85677ee328d 100755 (executable)
@@ -10,6 +10,7 @@
 }
 
 . $CTDB_BASE/functions
+loadconfig ctdb
 loadconfig nfs
 
 [ -z "$STATD_SHARED_DIRECTORY" ] && {