summaryrefslogtreecommitdiffstats
path: root/ctdb/web
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronniesahlberg@gmail.com>2008-05-22 06:08:38 +1000
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2008-05-22 06:08:38 +1000
commit5836576237269e1a3788606aaf015f6f2220267f (patch)
treea26bfdaf32802ec6885a13013e7725eb75cce1bb /ctdb/web
parente9664e5a4c82cf2d8d8928ccb4892cc54908befa (diff)
downloadsamba-5836576237269e1a3788606aaf015f6f2220267f.tar.gz
samba-5836576237269e1a3788606aaf015f6f2220267f.tar.xz
samba-5836576237269e1a3788606aaf015f6f2220267f.zip
move CTDB_MANAGES_NFS from /etc/sysconfig/nfs to /etc/sysconfig/ctdb
(This used to be ctdb commit 92be23dbd6a5bf32d4d1af4a41437fbcd7d8eaf2)
Diffstat (limited to 'ctdb/web')
-rw-r--r--ctdb/web/nfs.html15
1 files changed, 10 insertions, 5 deletions
diff --git a/ctdb/web/nfs.html b/ctdb/web/nfs.html
index ef10d0d794c..f5b626c0b4c 100644
--- a/ctdb/web/nfs.html
+++ b/ctdb/web/nfs.html
@@ -39,7 +39,6 @@ which causes problems on some clients.<br>
This file should look something like :
<pre>
- CTDB_MANAGES_NFS=yes
NFS_TICKLE_SHARED_DIRECTORY=/gpfs0/nfs-tickles
STATD_SHARED_DIRECTORY=/gpfs0/nfs-state
NFS_HOSTNAME=ctdb
@@ -54,10 +53,6 @@ This file should look something like :
</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>
-
-With this set to yes, CTDB will start/stop/restart these services as required.<br><br>
-
You need to make sure that the lock manager runs on the same port on all nodes in the cluster since some clients will have "issues" and take very long to recover if the port suddenly changes.<br>
599 above is only an example. You can run the lock manager on any available port as long as you use the same port on all nodes.<br><br>
@@ -83,6 +78,16 @@ 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>/etc/sysconfig/ctdb</h2>
+Add the following line to /etc/sysconfig/ctdb :
+
+<pre>
+ CTDB_MANAGES_NFS=yes
+</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>
+
+With this set to yes, CTDB will start/stop/restart these services as required.<br><br>
+
<h2>chkconfig</h2>