Actions
Bug #24766
closedTraces not working after client update to 3.8 RC3
Difficulty:
trivial
Triaged:
Yes
Description
When updating katello-agent on client, katello-tracer-upload get removed and traces stop working.
To resolve it, we need to install manually katello-host-tools-tracer (after updating katello-agent to avoid upgrade conflicts).
The 'Upgrade / Clients' section of the documentation should clearly describe that:
- katello-agent/goferd is now optional, only used for remote exec.
- katello-host-tools required for package upload/errata status.
- katello-host-tools-tracer required for traces management, must be installed AFTER updating katello-host-tools.
If katello-agent is not used for remote exec, following packages can be removed (ex when updating from 3.4):
gofer.noarch 0:2.7.6-1.el7 katello-agent.noarch 0:3.0.2-1.el7 katello-host-tools.noarch 0:3.0.2-1.el7 katello-host-tools-fact-plugin.noarch 0:3.0.2-1.el7 pulp-rpm-handlers.noarch 0:2.13.2-1.el7 python-gofer.noarch 0:2.7.6-1.el7 python-gofer-proton.noarch 0:2.7.6-1.el7 python-pulp-agent-lib.noarch 0:2.13.2-1.el7 python-pulp-common.noarch 0:2.13.2-1.el7 python-pulp-rpm-common.noarch 0:2.13.2-1.el7 python2-qpid-proton.x86_64 0:0.22.0-1.el7 qpid-proton-c.x86_64 0:0.22.0-1.el7
Followed by the installation of katello-host-tools and katello-host-tools-tracer.
Actions