diff options
Diffstat (limited to 'docs/rabbitmq-queues.8')
| -rw-r--r-- | docs/rabbitmq-queues.8 | 20 |
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 ".*" |
