Merge "RabbitMQ: correct docs on Quorum Queue migrations"

This commit is contained in:
Zuul 2023-12-14 12:32:29 +00:00 committed by Gerrit Code Review
commit 82c1c11a4d

View File

@ -122,8 +122,8 @@ RabbitMQ offers two options to configure HA:
There are some queue types which are intentionally not mirrored There are some queue types which are intentionally not mirrored
using the exclusionary pattern ``^(?!(amq\\.)|(.*_fanout_)|(reply_)).*``. using the exclusionary pattern ``^(?!(amq\\.)|(.*_fanout_)|(reply_)).*``.
After enabling this value on a running system, there are some additional steps After enabling one of these values on a running system, there are some
needed to migrate from transient to durable queues. additional steps needed to migrate from transient to durable queues.
.. warning:: .. warning::
@ -143,7 +143,8 @@ needed to migrate from transient to durable queues.
kolla-ansible genconfig kolla-ansible genconfig
3. Reconfigure RabbitMQ. 3. Reconfigure RabbitMQ if you are using
``om_enable_rabbitmq_high_availability``.
.. code-block:: console .. code-block:: console