mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
Revert "ctdb-doc: Fix monitoring bug in example NFS Ganesha call-out"
The check action should be there. It is used by 20.nfs_ganesha.check.
This reverts commit 4fa9026bbd
.
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
parent
98bd5b6a41
commit
bd66445edd
@ -321,7 +321,7 @@ shutdown
|
||||
startup
|
||||
stop
|
||||
start
|
||||
monitor-pre
|
||||
check
|
||||
releaseip
|
||||
takeip
|
||||
monitor-list-shares
|
||||
@ -338,12 +338,12 @@ shutdown) nfs_shutdown ;;
|
||||
startup) nfs_startup ;;
|
||||
stop) service_stop "$1" ;;
|
||||
start) service_start "$1" ;;
|
||||
monitor-pre) service_check "$1" ;;
|
||||
check) service_check "$1" ;;
|
||||
releaseip) nfs_releaseip "$@" ;;
|
||||
takeip) nfs_takeip "$@" ;;
|
||||
monitor-list-shares) nfs_monitor_list_shares ;;
|
||||
register) nfs_register ;;
|
||||
monitor-post|releaseip-pre|takeip-pre)
|
||||
monitor-pre|monitor-post|releaseip-pre|takeip-pre)
|
||||
# Not required/implemented
|
||||
:
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user