Description of problem: The qpid puppet module defaults qpid brokers to have a max number of connections of 500. This is only enough to support about 10 Nova Compute nodes. It was advised by the qpid team to change the value of the puppet module to UINT16_MAX by default to prevent running out of available connections.
Changed the value of max_connections in the qpid puppet module, sent a pull request in github https://github.com/dprince/puppet-qpid/pull/13
pull request has been merged to upstream repository https://github.com/dprince/puppet-qpid/pull/13
Ivan, can you provide more info as to how to verify this change? where do i test that the actual value was changed from 500? db?
After a successful installation check the max-connections directive in /etc/qpidd.conf grep max-connections /etc/qpidd.conf max-connections=65535
Please set this to ON_QA if it's fixed in this release.
Oh I see this was missing qa_ack, that's why it was not set. I just verified the bug, so I'm setting qa_ack and changing it to verified.
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. http://rhn.redhat.com/errata/RHSA-2014-0233.html