mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
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)
This commit is contained in:
parent
003985acfd
commit
0c907f4965
@ -10,6 +10,7 @@
|
||||
}
|
||||
|
||||
. $CTDB_BASE/functions
|
||||
loadconfig ctdb
|
||||
loadconfig nfs
|
||||
|
||||
[ -z "$STATD_SHARED_DIRECTORY" ] && {
|
||||
|
Loading…
x
Reference in New Issue
Block a user