diff options
| author | Andrew Tridgell <tridge@samba.org> | 2007-06-01 13:50:18 +1000 |
|---|---|---|
| committer | Andrew Tridgell <tridge@samba.org> | 2007-06-01 13:50:18 +1000 |
| commit | 95ed6f8725eae8a40db86d2b89a7f9bccebe22c2 (patch) | |
| tree | 8f629f504f8683a2ee306642f6cf0e3c6b191002 /ctdb/packaging | |
| parent | 55eeda3f22b5c4b71b8cac8d11fab917ba29727d (diff) | |
added CTDB_WAIT_DIRECTORIES support
(This used to be ctdb commit fa888e8b1715d7460f5718d3e1fe17e4caaa15c3)
Diffstat (limited to 'ctdb/packaging')
| -rw-r--r-- | ctdb/packaging/RHEL/setup/ctdb.sysconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ctdb/packaging/RHEL/setup/ctdb.sysconfig b/ctdb/packaging/RHEL/setup/ctdb.sysconfig index f6d13142d3..fdcbfbe8e0 100644 --- a/ctdb/packaging/RHEL/setup/ctdb.sysconfig +++ b/ctdb/packaging/RHEL/setup/ctdb.sysconfig @@ -47,6 +47,11 @@ # the default is not to wait for any local services # CTDB_WAIT_TCP_PORTS="445 139" +# use this to specify any local directories to wait on before starting +# ctdb. You should list any critical Samba or NFS shared directories +# the default is not to wait for any local directories +# CTDB_WAIT_DIRECTORIES="/some/directory" + # the shared directory where you want to put statd information on # which clients to notify on a NFS restart # there is no default |
