diff options
| author | root <root@rcn1.VSOFS1.COM> | 2009-03-04 07:21:55 +1100 |
|---|---|---|
| committer | root <root@rcn1.VSOFS1.COM> | 2009-03-04 07:21:55 +1100 |
| commit | 798553a9dcdb0138cb395ad0967bf7292fa24a12 (patch) | |
| tree | 7931e1e3113c6e8401427deff67ffa89e584628d /ctdb/config/ctdb.sysconfig | |
| parent | a590999f4cb58539c5bd00c2e11c45b00c1d7418 (diff) | |
| download | samba-798553a9dcdb0138cb395ad0967bf7292fa24a12.tar.gz samba-798553a9dcdb0138cb395ad0967bf7292fa24a12.tar.xz samba-798553a9dcdb0138cb395ad0967bf7292fa24a12.zip | |
Add a variable CTDB_NFS_SKIP_SHARE_CHECK to sysconfig that can disable the check that all shares are accessable.
This can take very long if there are very many shares and is in that case better to implement in a separate cronjob than in ctdb eventscript
(This used to be ctdb commit 432604a1435cd2b5a7178fb5aedf1d4b61bffeb9)
Diffstat (limited to 'ctdb/config/ctdb.sysconfig')
| -rw-r--r-- | ctdb/config/ctdb.sysconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/config/ctdb.sysconfig b/ctdb/config/ctdb.sysconfig index 25c29582d3..db5d16c3fe 100644 --- a/ctdb/config/ctdb.sysconfig +++ b/ctdb/config/ctdb.sysconfig @@ -46,6 +46,7 @@ # of them are available during each monitoring interval. # In that case this check can be disabled # CTDB_SAMBA_SKIP_SHARE_CHECK=yes +# CTDB_NFS_SKIP_SHARE_CHECK=yes # specify which ports we should check that there is a daemon listening to # by default we use testparm and look in smb.conf to figure out. |
