From: Martin Schwenke Date: Fri, 20 Jan 2017 00:16:55 +0000 (+1100) Subject: ctdb-docs: Document configuration variable CTDB_NFS_CHECKS_DIR X-Git-Tag: talloc-2.1.9~366 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=296845e5f2a0c17e108d5b4d17204753cd284bde;p=thirdparty%2Fsamba.git ctdb-docs: Document configuration variable CTDB_NFS_CHECKS_DIR Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs Autobuild-User(master): Martin Schwenke Autobuild-Date(master): Fri Jan 20 18:47:04 CET 2017 on sn-devel-144 --- diff --git a/ctdb/doc/ctdbd.conf.5.xml b/ctdb/doc/ctdbd.conf.5.xml index 1259fd3e2d5..fc58c31b717 100644 --- a/ctdb/doc/ctdbd.conf.5.xml +++ b/ctdb/doc/ctdbd.conf.5.xml @@ -1102,6 +1102,34 @@ CTDB_PER_IP_ROUTING_TABLE_ID_HIGH=9000 + + CTDB_NFS_CHECKS_DIR=DIRECTORY + + + Specifies the path to a DIRECTORY containing files that + describe how to monitor the responsiveness of NFS RPC + services. See the README file for this directory for an + explanation of the contents of these "check" files. + + + CTDB_NFS_CHECKS_DIR can be used to point to different + sets of checks for different NFS servers. + + + One way of using this is to have it point to, say, + /usr/local/etc/ctdb/nfs-checks-enabled.d + and populate it with symbolic links to the desired check + files. This avoids duplication and is upgrade-safe. + + + Default is + /usr/local/etc/ctdb/nfs-checks.d, + which contains NFS RPC checks suitable for Linux kernel + NFS. + + + + CTDB_NFS_SKIP_SHARE_CHECK=yes|no