Bug 2124271
Summary: | After installing katello-agent on a RHEL 9 host, Goferd service fails to start with error AttributeError: 'Scheduler' object has no attribute 'isAlive' | |||
---|---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Sayan Das <saydas> | |
Component: | katello-agent | Assignee: | Eric Helms <ehelms> | |
Status: | CLOSED ERRATA | QA Contact: | Gaurav Talreja <gtalreja> | |
Severity: | high | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 6.12.0 | CC: | ahumbe, ehelms | |
Target Milestone: | 6.12.0 | Keywords: | Triaged | |
Target Release: | Unused | |||
Hardware: | All | |||
OS: | All | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 2131770 (view as bug list) | Environment: | ||
Last Closed: | 2022-11-16 13:35:39 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: |
Description
Sayan Das
2022-09-05 13:28:37 UTC
Verified. Tested on Satellite 6.12.0 Snap 12.0 Version: python3-gofer-2.12.5-8.el9sat.noarch Steps: 1. Setup Satellite 6.12, Enable/Sync dogfood EL9 client repo and register a RHEL9 host 2. Verify EL9 client repo is enabled and this on RHEL9 client # grep -nR is_alive /usr/lib/python3.9/site-packages/gofer/agent/plugin.py 304: return self.scheduler.is_alive() 3. Install katello-agent and check the status of goferd on the RHEL9 host Observation: katello-agent install works and goferd is in running state after install on EL9 host, Package install via katello-agent worked. Additionally, I tested EL7 and EL8 content hosts with this fix for renaming "isAlive" to "is_alive" is done, and they also worked fine. 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 (Important: Satellite 6.12 Release), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:8506 |