From: Ronnie Sahlberg Date: Thu, 6 Sep 2007 01:32:18 +0000 (+1000) Subject: we dont need the rpc.statd on shared directory neither do we need X-Git-Tag: tevent-0.9.20~348^2~2430^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82984577f1fff46201d774092a01d776d1624140;p=thirdparty%2Fsamba.git we dont need the rpc.statd on shared directory neither do we need PUBLIC_IP anymore (This used to be ctdb commit fd571ac87f65928e92dde6977745083bf381df1a) --- diff --git a/ctdb/web/nfs.html b/ctdb/web/nfs.html index 9e23af2cbed..a732370c2f2 100644 --- a/ctdb/web/nfs.html +++ b/ctdb/web/nfs.html @@ -48,10 +48,7 @@ This file should look something like : LOCKD_TCPPORT=599 LOCKD_UDPPORT=599 STATD_SHARED_DIRECTORY=/gpfs0/nfs-state - PUBLIC_IP=`ctdb publicip 2>/dev/null` - [ -z "$PUBLIC_IP" ] || { - STATD_HOSTNAME="ctdb -P "$STATD_SHARED_DIRECTORY/$PUBLIC_IP" -H /etc/ctdb/statd-callout -p 97" - } + STATD_HOSTNAME="ctdb -H /etc/ctdb/statd-callout -p 97" The CTDB_MANAGES_NFS line tells the events scripts that CTDB is to manage startup and shutdown of the NFS and NFSLOCK services.