summaryrefslogtreecommitdiff
path: root/ctdb/doc
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2016-06-06 14:03:47 +1000
committerAmitay Isaacs <amitay@samba.org>2016-06-08 10:33:19 +0200
commit48d1fd8299663cddabf63cb1d33a8c032d9b9b87 (patch)
tree7a28094eb287df119423c33646a77b384e8d8a06 /ctdb/doc
parent6096233919528e2337fa9d3269caaf0a86becf9b (diff)
downloadsamba-48d1fd8299663cddabf63cb1d33a8c032d9b9b87.tar.gz
ctdb-scripts: Add eventscript 06.nfs
This generates takeip-pre and releaseip-pre call-out events. One use is to put NFS into grace before an IP is assigned to an interface. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/doc')
-rwxr-xr-xctdb/doc/examples/nfs-ganesha-callout2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/doc/examples/nfs-ganesha-callout b/ctdb/doc/examples/nfs-ganesha-callout
index 34794c19ade..3e12b367958 100755
--- a/ctdb/doc/examples/nfs-ganesha-callout
+++ b/ctdb/doc/examples/nfs-ganesha-callout
@@ -335,7 +335,7 @@ case "$action" in
takeip) nfs_takeip "$@" ;;
monitor-list-shares) nfs_monitor_list_shares ;;
register) nfs_register ;;
- monitor-pre|monitor-post)
+ monitor-pre|monitor-post|releaseip-pre|takeip-pre)
# Not required/implemented
:
;;