1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

we dont need the rpc.statd on shared directory neither do we need

PUBLIC_IP anymore

(This used to be ctdb commit fd571ac87f65928e92dde6977745083bf381df1a)
This commit is contained in:
Ronnie Sahlberg 2007-09-06 11:32:18 +10:00
parent 00453a375a
commit 82984577f1

View 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>