diff options
author | Martin Schwenke <martin@meltin.net> | 2017-02-22 20:37:14 +1100 |
---|---|---|
committer | Martin Schwenke <martins@samba.org> | 2017-02-24 07:47:11 +0100 |
commit | 2d22454f17a691648dc6d26864a896588de944b2 (patch) | |
tree | 991caa823216612536cf363e63ab6d0c01634f4c /ctdb | |
parent | 4fa9026bbd9f67348d3203e0205c59ff4fb51d2d (diff) | |
download | samba-2d22454f17a691648dc6d26864a896588de944b2.tar.gz |
ctdb-doc: Update instructions in example NFS Ganesha call-out
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>
Diffstat (limited to 'ctdb')
-rwxr-xr-x | ctdb/doc/examples/nfs-ganesha-callout | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/ctdb/doc/examples/nfs-ganesha-callout b/ctdb/doc/examples/nfs-ganesha-callout index 4660a1cc5fa..d1f058b1934 100755 --- a/ctdb/doc/examples/nfs-ganesha-callout +++ b/ctdb/doc/examples/nfs-ganesha-callout @@ -11,18 +11,15 @@ # 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 |