# the default is 0
# DEBUGLEVEL=0
-# the shared directory where you want to put statd information on
-# which clients to notify on a NFS restart
-# there is no default
-# STATD_SHARED_DIRECTORY="/some/shared/directory"
-
# any other options you might want. Run ctdbd --help for a list
# CTDB_OPTIONS=
#!/bin/sh
# script to manage nfs in a clustered environment
-. /etc/sysconfig/ctdb
+. /etc/sysconfig/nfs
. /etc/ctdb/functions
cmd="$1"
#!/bin/sh
# event strict to manage lockd and statd in a cluster environment
-. /etc/sysconfig/ctdb
+. /etc/sysconfig/nfs
. /etc/ctdb/functions
cmd="$1"
# this script needs to be installed so that statd points to it with the -H
# command line argument. The easiest way to do that is
-. /etc/sysconfig/ctdb
+. /etc/sysconfig/nfs
[ -z "$STATD_SHARED_DIRECTORY" ] && exit 0