summaryrefslogtreecommitdiff
path: root/Cluster issues openstack.md
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-08-21 22:09:29 +0200
committerJasper Ras <jras@hostnet.nl>2025-08-21 22:09:29 +0200
commit27514d58573ce1f844af4ea60afa72c7f58f1cd7 (patch)
tree4b16c31f73cb72435d03d5e105261143f8ca135f /Cluster issues openstack.md
parent22675cd8dc75d8b8d4b0f818f5b093efbc364802 (diff)
vault backup: 2025-08-21 22:09:29HEADmain
Diffstat (limited to 'Cluster issues openstack.md')
-rw-r--r--Cluster issues openstack.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cluster issues openstack.md b/Cluster issues openstack.md
new file mode 100644
index 0000000..100e086
--- /dev/null
+++ b/Cluster issues openstack.md
@@ -0,0 +1,11 @@
+[[Resetting cluster members]]
+
+---
+
+[Mirantis](https://docs.mirantis.com/mcp/q4-18/mcp-operations-guide/openstack-operations/rabbitmq-ops.html)
+> We recommend that you do not restart a RabbitMQ node on a production environment by executing **systemctl restart rabbitmq-server** since a cluster can become inoperative.
+
+Check `rabbitmqctl list_queues messages consumers name` if the dashboard shows a lot of ready messages it might be that there are queues where messages are being sent to but have no consumers. They expire after 30 minutes so wait for that first and then see.
+
+A lot of unacknowledged messages on a specific node: `rabbitmq-upgrade drain` and then `rabbitmq-upgrade revive` seems to help, but in some cases the symptom moves to another node.
+