ctdb-doc: Update instructions in example NFS Ganesha call-out
authorMartin Schwenke <martin@meltin.net>
Wed, 22 Feb 2017 09:37:14 +0000 (20:37 +1100)
committerMartin Schwenke <martins@samba.org>
Fri, 24 Feb 2017 06:47:11 +0000 (07:47 +0100)
In particular, make them reflect the recent advice in ctdbd.conf(5)
about setting CTDB_NFS_CHECKS_DIR.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/doc/examples/nfs-ganesha-callout

index 4660a1cc5fabae15938a7c4e1dfc69957650f267..d1f058b1934f49421d4475a393f4101d0d7cd84d 100755 (executable)
 
 # To use this:
 #
-# * Set CTDB_NFS_CALLOUT in your CTDB configuration to point to this
-#   script
+# * Set CTDB_NFS_CALLOUT in your CTDB configuration to point to (a
+#   copy of) this script, making sure it is executable.
 #
-# * Rename the following files in nfs-checks.d so that they no longer
-#   have the ".check" suffix:
-#     * 10.status.check
-#     * 20.nfs.check
-#     * 30.nlockmgr.check
-#     * 40.mountd.check
-#     * 50.rquotad.check
-#
-# * Install 20.nfs-ganesha.check to nfs-checks.d/20.nfs.check
+# * Create a new directory alongside the nfs-checks.d directory, for
+#   example nfs-checks-ganesha.d.  Install 20.nfs-ganesha.check in
+#   this directory.  Symlink to any other check files from
+#   nfs-checks.d that should still be used, such as
+#   00.portmapper.check.  Set CTDB_NFS_CHECKS_DIR to point to this new
+#   directory of check files.
 #
 # * It is recommended, but not required, to install the grace_period
 #   script (usually shipped in a utils package for NFS-Ganesha) to