Bug #16943
closedinstaller removes any qpid tuning for large deployments
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1273168
Description of problem:
Our own documentation tells customer to tune the qpid component
of Satellite 6 to support larger deployments. See [1]
Running either katello-installer or capsule-installer as part
of a normal upgrade will remove any tuning which has been done
for larger deployments, and will revert /etc/qpid/qpidd.conf
to a simple config for a small deployment
Version-Release number of selected component (if applicable):
6.1.3
How reproducible:
100%
Steps to Reproduce:
1. Edit /etc/qpid/qpidd.conf, set `max-connections=2500`
2. Run katello-installer or capsule-installer --upgrade
3.
Actual results:
View /etc/qpid/qpidd.conf, note that max-connections setting is gone.
Expected results:
qpid tuning which is done according to our documentation to support
a larger deployment should be maintained.
Additional info: