summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2019-09-26 19:00:37 +0300
committerMichael Klishin <mklishin@pivotal.io>2019-09-26 19:00:37 +0300
commitcf65ab8d2624d1963951a90c3030883f55a2b49d (patch)
tree28534dfec2fb823473b89bb746a08c896461bad9 /docs
parent423d794a589452ce577563a4d677becca5164620 (diff)
downloadrabbitmq-server-git-cf65ab8d2624d1963951a90c3030883f55a2b49d.tar.gz
More rabbitmq-queues(8) man page edits
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq-queues.820
1 files changed, 19 insertions, 1 deletions
diff --git a/docs/rabbitmq-queues.8 b/docs/rabbitmq-queues.8
index 9af0424197..2e69387cea 100644
--- a/docs/rabbitmq-queues.8
+++ b/docs/rabbitmq-queues.8
@@ -104,10 +104,18 @@ Displays general help and commands supported by
.Ss Cluster
.Bl -tag -width Ds
.\" ------------------------------------
-.It Cm grow Ar node Ar <all | even> Fl -vhost-pattern Ar pattern Fl -queue-pattern Ar pattern Fl -errors-only
+.It Cm grow Ar node Ar selector Fl -vhost-pattern Ar pattern Fl -queue-pattern Ar pattern Fl -errors-only
.Pp
Adds a new replica on the given node for all or a half of matching quorum queues.
.Pp
+Supported
+.Ar selector
+values are:
+.Qq all
+(selects all quorum queues) or
+.Qq even
+(selects quorum queues with an even number of replicas)
+.Pp
Example:
.Sp
.Dl rabbitmq-queues grow rabbit@newhost all --vhost-pattern "a-vhost" --queue-pattern ".*"
@@ -116,6 +124,16 @@ Example:
.Pp
Rebalances queue master replicas across cluster nodes.
.Pp
+Supported
+.Ar type
+values are:
+.Qq all
+(all types),
+.Qq quorum
+(only quorum queues),
+.Qq classic
+(only classic queues)
+.Pp
Example:
.Sp
.Dl rabbitmq-queues rebalance all --vhost-pattern "a-vhost" --queue-pattern ".*"