summaryrefslogtreecommitdiffstats
path: root/ctdb/web
diff options
context:
space:
mode:
authorRonnie Sahlberg <sahlberg@ronnie>2007-09-14 08:15:24 +1000
committerRonnie Sahlberg <sahlberg@ronnie>2007-09-14 08:15:24 +1000
commit528b8af87f2030043a3f6e4f5c5b33f01d3817b3 (patch)
tree420ac6673b96a7446c393e46907d007d6a85fc55 /ctdb/web
parent4186d8eaba5bcf5af2be1092df836ae6124a54d6 (diff)
downloadsamba-528b8af87f2030043a3f6e4f5c5b33f01d3817b3.tar.gz
samba-528b8af87f2030043a3f6e4f5c5b33f01d3817b3.tar.xz
samba-528b8af87f2030043a3f6e4f5c5b33f01d3817b3.zip
disable nfsv4 in etc/sysconfig/nfs
(This used to be ctdb commit b71e11f0e27bb3ff908ad171aa5b1f724609ad05)
Diffstat (limited to 'ctdb/web')
-rw-r--r--ctdb/web/nfs.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/ctdb/web/nfs.html b/ctdb/web/nfs.html
index 4634e67dcee..ef10d0d794c 100644
--- a/ctdb/web/nfs.html
+++ b/ctdb/web/nfs.html
@@ -50,6 +50,8 @@ This file should look something like :
LOCKD_TCPPORT=599
LOCKD_UDPPORT=599
STATD_HOSTNAME="$NFS_HOSTNAME -H /etc/ctdb/statd-callout -p 97"
+ RPCNFSDARGS="-N 4"
+
</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>
@@ -79,6 +81,7 @@ recovery in the client.<br>
NFS_HOSTNAME is the dns name for the ctdb cluster and which is used when clients map nfs shares. This name must be in DNS and resolve back into the public ip addresses of the cluster.<br>
Always use the same name here as you use for the samba hostname.
+RPCNFSDARGS is used to disable support for NFSv4 which is not yet supported by CTDB.
<h2>chkconfig</h2>