mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
4766d4568b
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>
8 lines
248 B
Plaintext
8 lines
248 B
Plaintext
# nfs_ganesha RPC
|
|
restart_every=6
|
|
unhealthy_after=2
|
|
service_stop_cmd="$CTDB_NFS_CALLOUT stop nfs"
|
|
service_start_cmd="$CTDB_NFS_CALLOUT start nfs"
|
|
service_stats_cmd="$CTDB_NFS_CALLOUT stats nfs"
|
|
service_debug_cmd="program_stack_traces ganesha.nfsd"
|