ctdb-docs: Document configuration variable CTDB_NFS_CHECKS_DIR
authorMartin Schwenke <martin@meltin.net>
Fri, 20 Jan 2017 00:16:55 +0000 (11:16 +1100)
committerMartin Schwenke <martins@samba.org>
Fri, 20 Jan 2017 17:47:04 +0000 (18:47 +0100)
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Autobuild-User(master): Martin Schwenke <martins@samba.org>
Autobuild-Date(master): Fri Jan 20 18:47:04 CET 2017 on sn-devel-144

ctdb/doc/ctdbd.conf.5.xml

index 1259fd3e2d50a5be2e7db82edcb5eec89ae60ef2..fc58c31b717a3c6d2cdad237a032440bfee4e00a 100644 (file)
@@ -1102,6 +1102,34 @@ CTDB_PER_IP_ROUTING_TABLE_ID_HIGH=9000
          </listitem>
        </varlistentry>
 
+       <varlistentry>
+         <term>CTDB_NFS_CHECKS_DIR=<parameter>DIRECTORY</parameter></term>
+         <listitem>
+           <para>
+             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.
+           </para>
+           <para>
+             CTDB_NFS_CHECKS_DIR can be used to point to different
+             sets of checks for different NFS servers.
+           </para>
+           <para>
+             One way of using this is to have it point to, say,
+             <filename>/usr/local/etc/ctdb/nfs-checks-enabled.d</filename>
+             and populate it with symbolic links to the desired check
+             files.  This avoids duplication and is upgrade-safe.
+           </para>
+           <para>
+             Default is
+             <filename>/usr/local/etc/ctdb/nfs-checks.d</filename>,
+             which contains NFS RPC checks suitable for Linux kernel
+             NFS.
+           </para>
+         </listitem>
+       </varlistentry>
+
        <varlistentry>
          <term>CTDB_NFS_SKIP_SHARE_CHECK=yes|no</term>
          <listitem>