summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2014-06-30 13:54:49 +1000
committerMartin Schwenke <martin@meltin.net>2014-07-02 20:26:52 +1000
commit068f2ed64751b7bf8e227d8b5f3f52afb1e813ea (patch)
treea4567161f66096b767656b68ade281036dd4bedf /README
parentd41b622961d65fbdd48cea58f7cfa620d0eb33d3 (diff)
downloadautocluster-068f2ed64751b7bf8e227d8b5f3f52afb1e813ea.tar.gz
autocluster-068f2ed64751b7bf8e227d8b5f3f52afb1e813ea.tar.xz
autocluster-068f2ed64751b7bf8e227d8b5f3f52afb1e813ea.zip
Rename node type "sofs_front" to "nas"
Rename 50.sofs.defconf too. Signed-off-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index 926598c..2e347c0 100644
--- a/README
+++ b/README
@@ -431,13 +431,14 @@ Keep it simple
* The NODES configuration variable controls the types of nodes that
are created. At the time of writing, the default value is:
- NODES="sofs_front:0-3 rhel_base:4"
+ NODES="nas:0-3 rhel_base:4"
This means that you get 4 clustered NAS nodes, at IP offsets 0, 1,
2, & 3 from FIRSTIP, all part of the CTDB cluster. You also get an
additional utility node at IP offset 4 that can be used, for
- example, as a test client. Since sofs_* nodes are present, the base
- node will not be part of the CTDB cluster - it is just extra.
+ example, as a test client. The base node will not be part of the
+ CTDB cluster. It is just extra node that can be used as a test
+ client or similar.
For many standard use cases the nodes specified by NODES can be
modified by setting NUMNODES and WITH_TSM_NODE.