eventscripts: Remove the nfs_statd_update() call from 60.ganesha
authorMartin Schwenke <martin@meltin.net>
Tue, 19 Nov 2013 04:37:58 +0000 (15:37 +1100)
committerAmitay Isaacs <amitay@gmail.com>
Tue, 19 Nov 2013 05:47:53 +0000 (16:47 +1100)
Signed-off-by: Martin Schwenke <martin@meltin.net>
config/events.d/60.ganesha

index 744c5ceb0a995486640ffe046d40c032a69df4c1..242321aa35f08440066c9cba66746ff80563a7ac 100755 (executable)
@@ -215,10 +215,6 @@ case "$1" in
            grep Path /etc/ganesha/$CTDB_CLUSTER_FILESYSTEM_TYPE.ganesha.exports.conf |
            cut -f2 -d\" | ctdb_check_directories
        } || exit $?
-
-       # once every 60 seconds, update the statd state database for which
-       # clients need notifications
-       nfs_statd_update 60
        ;;
 
      *)