Skip to content

Instantly share code, notes, and snippets.

@mccun934
Created October 26, 2017 19:02
Show Gist options
  • Save mccun934/313aaee97c359d1c0f62e253dab8732d to your computer and use it in GitHub Desktop.
Save mccun934/313aaee97c359d1c0f62e253dab8732d to your computer and use it in GitHub Desktop.
Please update router settings on Satellite and each Capsule as follows:
(1) In /etc/qpid-dispatch/qdrouterd.conf add the 2 new entries for helloInterval and helloMaxAge:
router {
mode: interior
router-id: satellite.example.com
helloInterval: 10
helloMaxAge: 30
}
Apply the change:
service qdrouterd restart
(2) edit : /etc/default/pulp_workers on all Capsules and Satellite
# PULP_MAX_TASKS_PER_CHILD=2
comment that configuration out, make sure there is a # in front of it
katello-service restart on both
(sat + capsule)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment