mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
74428e5c14
Note that the 60.ganesha RPC checks need to be identical to those in the nfs-checks.d/ directory. This is because the NFS unit test infrastructure checks output against what should be produced by the checks in nfs-checks.d/. This is a minor issue, since one of the aims of this work is to remove the need for a separate 60.ganesha. In most cases configuration variable CTDB_NFS_DUMP_STUCK_THREADS is now ignored. This is now handled by passing the desired number of threads to the command specified in the service_debug_cmd variable in a .check file. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
8 lines
339 B
Plaintext
8 lines
339 B
Plaintext
# status
|
|
version="1"
|
|
restart_every=2
|
|
unhealthy_after=6
|
|
service_stop_cmd="killall -q -9 rpc.statd"
|
|
service_start_cmd="rpc.statd ${STATD_HA_CALLOUT:+-H} $STATD_HA_CALLOUT ${STATD_HOSTNAME:+-n} $STATD_HOSTNAME ${STATD_PORT:+-p} $STATD_PORT ${STATD_OUTGOING_PORT:+-o} $STATD_OUTGOING_PORT"
|
|
service_debug_cmd="program_stack_traces rpc.statd 5"
|