Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions doc/source/operations/upgrading-openstack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,14 @@ Then execute the migration script:

$KAYOBE_CONFIG_PATH/../../tools/rabbitmq-queue-migration.sh

.. note::

After migrating to durable queues, messages are sent to all receivers, but
only one will respond. This results in high numbers of messages staying in
the ready state, so the Prometheus alert ``RabbitMQTooMuchReady`` will start
firing. This alert can be ignored, and will be removed when Prometheus is
reconfigured.

RabbitMQ Upgrade
~~~~~~~~~~~~~~~~

Expand Down
Loading