1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-03 01:18:10 +03:00
samba-mirror/ctdb/doc/examples/README
Martin Schwenke 4766d4568b ctdb-doc: Add example for NFS-Ganesha RPC checking
This one does an rpcinfo check, along with statistics mitigation.  It
can be used in combination with the existing 20.nfs_ganesha.check.

The equivalent kernel NFS file only restarts every 10 failures.  This
one can be a little more proactive given that false positives are less
likely with the statistics mitigation.

Signed-off-by: Martin Schwenke <mschwenke@ddn.com>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
2024-06-25 03:16:37 +00:00

17 lines
444 B
Plaintext

This directory includes...
Sample CTDB configuration files:
o ctdb.conf - Main configuration file
o 11.natgw.options - Options for the 11.natgw event script
o 91.lvs.options - Options for the 91.lvs event script
Sample 60.nfs configuration for NFS ganesha - callout script and
.check files
o nfs-ganesha-callout
o 20.nfs_ganesha.check
o 21.nfs.check
See the comment at the top of nfs-ganesha-callout for instructions.