mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
089aec2885
There is a typo here, since there will be no process called "status". Instead of fixing it, drop this because rpc.statd isn't the focus of this monitoring check and when systemd is init rpc.statd isn't restarted with nfs-ganesha. It stays running, so a confusing stack trace for rpc.statd is always logged. Signed-off-by: Martin Schwenke <mschwenke@ddn.com> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
7 lines
190 B
Plaintext
7 lines
190 B
Plaintext
# nfs_ganesha
|
|
restart_every=2
|
|
unhealthy_after=1
|
|
service_stop_cmd="$CTDB_NFS_CALLOUT stop nfs"
|
|
service_start_cmd="$CTDB_NFS_CALLOUT start nfs"
|
|
service_check_cmd="$CTDB_NFS_CALLOUT check nfs"
|