diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2019-09-25 20:27:26 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2019-09-25 20:27:26 +0300 |
| commit | 26f02610b905c65dbd15cdc16cdc2324265a144b (patch) | |
| tree | 29c07158f9429ae47a0d964d5c4788c9da4de875 | |
| parent | c67fb3686a512586779a0fbb46cdbbaf667a38ca (diff) | |
| download | rabbitmq-server-git-26f02610b905c65dbd15cdc16cdc2324265a144b.tar.gz | |
rabbitmq-queues(8): document rebalance command args
| -rw-r--r-- | docs/rabbitmq-queues.8 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/rabbitmq-queues.8 b/docs/rabbitmq-queues.8 index d597c6f015..e99d40e990 100644 --- a/docs/rabbitmq-queues.8 +++ b/docs/rabbitmq-queues.8 @@ -108,9 +108,13 @@ Displays general help and commands supported by .Pp Grows quorum queue clusters by adding a member (replica) to all or half of matching quorum queues on the given node. .\" ------------------------------------ -.It Cm rebalance +.It Cm rebalance Op Ar type Fl -vhost-pattern Ar pattern Fl -queue-pattern Ar pattern .Pp Rebalances queues. +.Pp +Example: +.Sp +.Dl rabbitmq-queues rebalance all --vhost-pattern "a-vhost" --queue-pattern ".*" .\" ------------------------------------ .It Cm shrink .Pp |
