Feature #18174
closedRun katello-tracer-upload after reboot
Description
We should add a cron to run katello-tracer-upload after a reboot as that will make any already reported Traces invalid
Updated by The Foreman Bot almost 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello-agent/pull/41 added
Updated by Sean O'Keeffe almost 8 years ago
- Pull request https://github.com/Katello/katello-packaging/pull/361 added
Updated by Anonymous almost 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello-agent|b5d8290ec2f1cf7789b843e7c30a459c06fa69d0.
Updated by Justin Sherrill almost 8 years ago
- Translation missing: en.field_release set to 188
Updated by Hesham Ahmed over 6 years ago
the cron job on reboot is running before the network comes up in some cases. Maybe a delay should be added to the job to allow for the network to come up. Output from boot log showing cron running before NetworkManager:
Mar 15 09:22:11 juana-egerer.example.org CROND747: (root) CMD (/sbin/katello-tracer-upload > /dev/null 2>&1)
Mar 15 09:22:11 juana-egerer.example.org NetworkManager745: <info> [1521105731.9416] NetworkManager (version 1.8.0-11.el7_4) is starting... (for the first time)
Updated by Sean O'Keeffe over 6 years ago
Thanks @Hesham!! that's confirms my suspicions https://github.com/Katello/katello-host-tools/pull/50