From 528b8af87f2030043a3f6e4f5c5b33f01d3817b3 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Fri, 14 Sep 2007 08:15:24 +1000 Subject: [PATCH] disable nfsv4 in etc/sysconfig/nfs (This used to be ctdb commit b71e11f0e27bb3ff908ad171aa5b1f724609ad05) --- ctdb/web/nfs.html | 3 +++ 1 file changed, 3 insertions(+) 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" + The CTDB_MANAGES_NFS line tells the events scripts that CTDB is to manage startup and shutdown of the NFS and NFSLOCK services.
@@ -79,6 +81,7 @@ recovery in the client.
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.
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.

chkconfig