[ha-guide] Update rabbitmqctl join_cluster
The default node type is disc node when you use rabbitmqctl join_cluster.To become ram node,so you need to use rabbitmqctl join_cluster --ram. Change-Id: I441ac992005650309345c22fcb515126a8208e9c Co-authored-by: xiabing.yao <yao.xiabing@99cloud.net> Closes-Bug: #1484767
This commit is contained in:
parent
59a1716544
commit
ce0c794159
@ -194,11 +194,16 @@ that all nodes have the same Erlang cookie file.
|
||||
# rabbitmqctl stop_app
|
||||
Stopping node rabbit@NODE...
|
||||
...done.
|
||||
# rabbitmqctl join_cluster rabbit@rabbit1
|
||||
# rabbitmqctl join_cluster --ram rabbit@rabbit1
|
||||
# rabbitmqctl start_app
|
||||
Starting node rabbit@NODE ...
|
||||
...done.
|
||||
|
||||
.. note::
|
||||
|
||||
The default node type is a disc node. In this guide, nodes
|
||||
join the cluster as RAM nodes.
|
||||
|
||||
#. To verify the cluster status:
|
||||
|
||||
.. code-block:: console
|
||||
|
Loading…
Reference in New Issue
Block a user