We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b31b18 commit 0ced97aCopy full SHA for 0ced97a
1 file changed
content/admin/guide/clustering.md
@@ -148,14 +148,14 @@ permanently from the cluster.
148
149
To permanently remove a running node from the cluster, the
150
[leave_cluster](../../developer/ejabberd-api/admin-api.md#leave_cluster)
151
-command must be run as the ejabberd daemon user, from one node of the
152
-cluster:
+command must be run as the ejabberd daemon user, from another node in the
+cluster (not from the node that is about to be removed):
153
154
``` sh
155
ejabberdctl leave_cluster 'ejabberd2@machine2'
156
```
157
158
-The removed node must be running while calling leave_cluster to make
+The removed node must be running while calling `leave_cluster` to make
159
it permanently removed. It's then immediately stopped.
160
161
### Restarting cluster nodes
0 commit comments