]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
we dont need the rpc.statd on shared directory neither do we need
authorRonnie Sahlberg <sahlberg@ronnie>
Thu, 6 Sep 2007 01:32:18 +0000 (11:32 +1000)
committerRonnie Sahlberg <sahlberg@ronnie>
Thu, 6 Sep 2007 01:32:18 +0000 (11:32 +1000)
PUBLIC_IP anymore

(This used to be ctdb commit fd571ac87f65928e92dde6977745083bf381df1a)

ctdb/web/nfs.html

index 9e23af2cbeda578db25d1f6b2ae9f27a712fdee9..a732370c2f2864515a50866e8b5397dc145c991c 100644 (file)
@@ -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"
 </pre>
 
 The CTDB_MANAGES_NFS line tells the events scripts that CTDB is to manage startup and shutdown of the NFS and NFSLOCK services.<br>