mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
ctdb-eventscripts: Create extra files for ganesha recovery
This adds new files for Ganesha's recovery. myreleaseip_* are used by the recovery thread on the node where IP is released. The releaseip_* and tekeip_* files are used by recovery thread where IP is taken over. Signed-off-by: Srikrishan Malik <srimalik@in.ibm.com> Reviewed-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
parent
6b378f2f76
commit
9a2a5a2f7c
@ -199,6 +199,8 @@ case "$1" in
|
||||
TDATE=`date +"%s"`
|
||||
TOUCHTGT=$1"_"$TDATE"_"$NNUM"_"$3"_"$4"_"$2
|
||||
touch $GANRECDIR2/$TOUCHTGT
|
||||
TOUCHTGT="my"$TOUCHTGT
|
||||
touch $GANRECDIR2/$TOUCHTGT
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user