eventscripts: Remove ganesha support from nfs_check_rpc_service()
authorMartin Schwenke <martin@meltin.net>
Mon, 22 Apr 2013 20:17:15 +0000 (06:17 +1000)
committerMartin Schwenke <martin@meltin.net>
Mon, 6 May 2013 10:40:58 +0000 (20:40 +1000)
This is unused so doesn't need to be maintained.  An attempt to use it
now will explicitly fail rather than implicitly fail via bitrot.

Signed-off-by: Martin Schwenke <martin@meltin.net>
config/functions

index c90ddb0c9decd6a86b9026f9b1cc67cc4bb0c85a..94bf8723cec436a9598bf8afbbefed687f86cad3 100755 (executable)
@@ -240,12 +240,6 @@ nfs_check_rpc_service ()
            _restart="echo 'Trying to restart NFS service'"
            _restart="${_restart}; startstop_nfs restart"
            ;;
-       ganesha)
-           _rpc_prog=nfs
-           _version=3
-           _restart="echo 'Trying to restart Ganesha NFS service'"
-           _restart="${_restart}; startstop_ganesha restart"
-           ;;
        mountd)
            _opts="${MOUNTD_PORT:+ -p }${MOUNTD_PORT}"
            ;;