Minor man page updates post rabbitmq/rabbitmq-website#1209
This commit is contained in:
parent
9666ffa67e
commit
0b716aee3b
|
|
@ -5,7 +5,7 @@
|
|||
.\"
|
||||
.\" Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
.\"
|
||||
.Dd September 28, 2019
|
||||
.Dd June 19, 2021
|
||||
.Dt RABBITMQ-DIAGNOSTICS 8
|
||||
.Os "RabbitMQ Server"
|
||||
.Sh NAME
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
.\"
|
||||
.\" Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
.\"
|
||||
.Dd September 28, 2019
|
||||
.Dd June 19, 2021
|
||||
.Dt RABBITMQ-QUEUES 8
|
||||
.Os "RabbitMQ Server"
|
||||
.Sh NAME
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
.\"
|
||||
.\" Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
.\"
|
||||
.Dd December 13, 2020
|
||||
.Dd June 19, 2021
|
||||
.Dt RABBITMQ-UPGRADE 8
|
||||
.Os "RabbitMQ Server"
|
||||
.Sh NAME
|
||||
|
|
@ -101,7 +101,7 @@ This makes sure that no queues would lose their quorum if the target node is shu
|
|||
.It Cm drain
|
||||
.Pp
|
||||
Puts the node in maintenance mode. Such nodes will not serve any
|
||||
client traffic or considered for hosting any primary queue replicas.
|
||||
client traffic or considered for hosting any queue leader replicas.
|
||||
.Pp
|
||||
To learn more, see the
|
||||
.Lk https://www.rabbitmq.com/upgrade.html#maintenance-mode "RabbitMQ Upgrade guide"
|
||||
|
|
@ -109,7 +109,7 @@ To learn more, see the
|
|||
.It Cm revive
|
||||
.Pp
|
||||
Puts the node out of maintenance and into regular operating mode.
|
||||
Such nodes will again serve client traffic and considered for primary queue replica placement.
|
||||
Such nodes will again serve client traffic and considered for queue leader replica placement.
|
||||
.Pp
|
||||
To learn more, see the
|
||||
.Lk https://www.rabbitmq.com/upgrade.html#maintenance-mode "RabbitMQ Upgrade guide"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
.\"
|
||||
.\" Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
|
||||
.\"
|
||||
.Dd September 28, 2019
|
||||
.Dd June 19, 2021
|
||||
.Dt RABBITMQCTL 8
|
||||
.Os "RabbitMQ Server"
|
||||
.Sh NAME
|
||||
|
|
@ -146,6 +146,19 @@ For example, to reset the RabbitMQ node:
|
|||
.sp
|
||||
.Dl rabbitmqctl reset
|
||||
.\" ------------------------------------------------------------------
|
||||
.It Cm rotate_logs
|
||||
.Pp
|
||||
Instructs the RabbitMQ node to perform internal log rotation.
|
||||
.Pp
|
||||
Log rotation is performed according to the logging settings specified in the configuration file.
|
||||
The rotation operation is asynchronous, there is no guarantee that it has completed when this command returns.
|
||||
.Pp
|
||||
Note that there is no need to call this command in case of external log rotation (e.g. from logrotate(8)).
|
||||
.Pp
|
||||
For example, to initial log rotation:
|
||||
.sp
|
||||
.Dl rabbitmqctl rotate_logs
|
||||
.\" ------------------------------------------------------------------
|
||||
.It Cm shutdown
|
||||
.Pp
|
||||
Shuts down the node, both RabbitMQ and its runtime.
|
||||
|
|
@ -701,7 +714,7 @@ is an administrator:
|
|||
.sp
|
||||
.Dl rabbitmqctl set_user_tags janeway administrator
|
||||
.Pp
|
||||
This has no effect when the user logs in via AMQP, but can be used to
|
||||
This has no effect when the user authenticates using a messaging protocol, but can be used to
|
||||
permit the user to manage users, virtual hosts and permissions when
|
||||
the user logs in via some other means (for example with the management
|
||||
plugin).
|
||||
|
|
@ -1938,6 +1951,10 @@ Enables a feature flag on the target node.
|
|||
Example:
|
||||
.Sp
|
||||
.Dl rabbitmqctl enable_feature_flag quorum_queue
|
||||
.Pp
|
||||
You can also enable all feature flags by specifying "all":
|
||||
.Sp
|
||||
.Dl rabbitmqctl enable_feature_flag "all"
|
||||
.\" ------------------------------------------------------------------
|
||||
.It Cm list_feature_flags Op Ar column ...
|
||||
.Pp
|
||||
|
|
|
|||
Loading…
Reference in New Issue