A second run of setup_all can cause rabbitmq.config to be corrupt

Bug #1366512 reported by Vedamurthy Joshi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
R1.1
Fix Committed
High
Ignatious Johnson Christopher
Trunk
Fix Committed
High
Ignatious Johnson Christopher

Bug Description

R1.10 34
This is a Centos 65 single node setup.
Without installing pkgs, run setup_all once. This sets up /etc/rabbitmq/rabbitmq.config once.
After installing the packages correctly, run setup_all again. Now, the duplicate entries are added to rabbitmq.config as shown below
and rabbitmq-server startup fails.

Logs will be in http://10.204.216.50/Docs/bugs/#

[root@nodea9 rabbitmq]# cat /etc/rabbitmq/rabbitmq.config
[
   {rabbit, [ {tcp_listeners, [{"10.204.216.47", 5672}]},
   {loopback_users, []},
   {log_levels,[{connection, info},{mirroring, info}]} ]
    }
].[
   {rabbit, [ {tcp_listeners, [{"10.204.216.47", 5672}]},
   {loopback_users, []},
   {log_levels,[{connection, info},{mirroring, info}]} ]
    }
].[root@nodea9 rabbitmq]#

tags: added: releasenote
Revision history for this message
Ignatious Johnson Christopher (ijohnson-x) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.