summaryrefslogtreecommitdiffstats
path: root/ctdb/web
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronniesahlberg@gmail.com>2008-05-22 06:04:36 +1000
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2008-05-22 06:04:36 +1000
commite9664e5a4c82cf2d8d8928ccb4892cc54908befa (patch)
tree0d0fc80253c18e9bb4542a8f3853fcb820dca2b6 /ctdb/web
parentf4ed8efa05aca05b9bc9339208d7493e68191621 (diff)
downloadsamba-e9664e5a4c82cf2d8d8928ccb4892cc54908befa.tar.gz
samba-e9664e5a4c82cf2d8d8928ccb4892cc54908befa.tar.xz
samba-e9664e5a4c82cf2d8d8928ccb4892cc54908befa.zip
move the CTDB_MANAGES_ISCSI setting from /etc/sysconfig/iscsi to /etc/sysconfig/ctdb
(This used to be ctdb commit a953a0fb450955b62d747bdc82c5b968fe0ed378)
Diffstat (limited to 'ctdb/web')
-rw-r--r--ctdb/web/iscsi.html16
1 files changed, 12 insertions, 4 deletions
diff --git a/ctdb/web/iscsi.html b/ctdb/web/iscsi.html
index 76409373ed0..1385e18e60c 100644
--- a/ctdb/web/iscsi.html
+++ b/ctdb/web/iscsi.html
@@ -41,17 +41,25 @@ onnode all chkconfig tgtd off
Create this file and add the following three lines to it :
<pre>
- CTDB_MANAGES_ISCSI=yes
CTDB_START_ISCSI_SCRIPTS=/gpfs/iscsi/
</pre>
<p>
-CTDB_MANAGES_ISCSI=yes just tells CTDB event script for iSCSI that CTDB should start and stop the iSCSI target service as required.
+CTDB_START_ISCSI_SCRIPTS=<directory on shared storage>
+This is a directory on shared storage where the scripts to start and configure the iscsi service are held. There is one script for each public address named <public address>.sh .
</p>
+
+<h2>/etc/sysconfig/ctdb</h2>
+
+Add the following line to /etc/sysconfig/ctdb :
+
+<pre>
+ CTDB_MANAGES_ISCSI=yes
+</pre>
+
<p>
-CTDB_START_ISCSI_SCRIPTS=<directory on shared storage>
-This is a directory on shared storage where the scripts to start and configure the iscsi service are held. There is one script for each public address named <public address>.sh .
+CTDB_MANAGES_ISCSI=yes just tells CTDB event script for iSCSI that CTDB should start and stop the iSCSI target service as required.
</p>