Description of problem: With newer RabbitMQ, the CLI tools need to be able to bind and receive callback messages on 35672-35682 for certain operations such as listing queues and connections. See: https://www.rabbitmq.com/networking.html#ports Version-Release number of selected component (if applicable): rabbitmq-server-3.7.23-2.el8ost.x86_64 openstack-tripleo-heat-templates-11.3.2-0.20200211065543.d3d6dc3.el8ost.noarch How reproducible: Always Steps to Reproduce: 1. Within rabbitmq bundle, `rabbitmqctl list_queues` Actual results: Local queues will print, and then the command will hang while it waits for replies from other cluster members, eventually failing with: {:badrpc, {:timeout, 60.0, "Some queue(s) are unresponsive, use list_unresponsive_queues command."}} Expected results: All queues print and the command returns successfully after only one second or so.
Last login: Tue Mar 17 11:40:14 2020 from 192.168.24.254 [heat-admin@messaging-0 ~]$ sudo -i [root@messaging-0 ~]# iptables -L |grep -i rabb ACCEPT tcp -- anywhere anywhere multiport dports vtr-emulator,epmd,amqp,25672,25673:25683 state NEW /* 109 rabbitmq-bundle ipv4 */
If this bug requires doc text for errata release, please set the 'Doc Type' and provide draft text according to the template in the 'Doc Text' field. The documentation team will review, edit, and approve the text. If this bug does not require doc text, please set the 'requires_doc_text' flag to '-'.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:3148