summaryrefslogtreecommitdiffstats
path: root/ctdb/config/ctdb.sysconfig
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronniesahlberg@gmail.com>2008-07-10 08:56:33 +1000
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2008-07-10 08:56:33 +1000
commit3c0d725e0bd4efd744d2d3c3a8293ede8203437b (patch)
treed18fad3392a6ef63d4a14e26f5fc07f3a47de25f /ctdb/config/ctdb.sysconfig
parent3523899c2eda7fb93fd7f24d252da0c02f03cfb1 (diff)
downloadsamba-3c0d725e0bd4efd744d2d3c3a8293ede8203437b.tar.gz
samba-3c0d725e0bd4efd744d2d3c3a8293ede8203437b.tar.xz
samba-3c0d725e0bd4efd744d2d3c3a8293ede8203437b.zip
add an option to skip checking that all the samba shares are ok
when monitoring the node health. this might be useful to skip for environments with thousands of shares (This used to be ctdb commit dd900d4ed8f07003c4f1db2d441cfc2ef2c89ef5)
Diffstat (limited to 'ctdb/config/ctdb.sysconfig')
-rw-r--r--ctdb/config/ctdb.sysconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/ctdb/config/ctdb.sysconfig b/ctdb/config/ctdb.sysconfig
index 25b3f28cab..9084f8eb8d 100644
--- a/ctdb/config/ctdb.sysconfig
+++ b/ctdb/config/ctdb.sysconfig
@@ -42,6 +42,11 @@
# default is to not manage Samba
# CTDB_MANAGES_SAMBA=yes
+# should we skip the check of whether the shares that samba is exporting
+# is available or not. This may be useful if there are a huge number of shares
+# since checking each one of them might take a long time.
+# CTDB_SAMBA_SKIP_SHARE_CHECK="yes"
+
# should ctdb manage starting/stopping Winbind service?
# if left comented out then it will be autodetected based on smb.conf
# CTDB_MANAGES_WINBIND=yes