1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

make test: add two missing events to the special test eventscript

(This used to be ctdb commit 771b1e9c2e694ccc8825fb8088174c122532e74d)
This commit is contained in:
Ronnie Sahlberg 2011-08-02 19:25:14 +10:00
parent 652bf326e1
commit 82d59bbc8e

View File

@ -73,11 +73,22 @@ case $cmd in
exit 0
;;
updateip)
echo "ctdb updateip event for $1"
exit 0
;;
recovered)
echo "ctdb recovered event"
exit 0
;;
ipreallocated)
echo "ctdb ipreallocated event"
exit 0
;;
shutdown)
echo "ctdb shutdown event"
exit 0