Bug 1119459
Summary: | Package deletion actions scheduled via SSM for osad clients fail | |||
---|---|---|---|---|
Product: | [Community] Spacewalk | Reporter: | Tasos Papaioannou <tpapaioa> | |
Component: | Server | Assignee: | Stephen Herr <sherr> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> | |
Severity: | medium | Docs Contact: | ||
Priority: | medium | |||
Version: | 2.2 | |||
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | spacewalk-backend-2.3.8-1 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1119460 (view as bug list) | Environment: | ||
Last Closed: | 2015-04-14 19:03:42 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1119460, 1207293 |
Description
Tasos Papaioannou
2014-07-14 20:13:07 UTC
Committing fix to Spacewalk master: 6ba5a4799adcf73deb2f4d5b3cf28a8c5811edb5 The fix is to just queue the update of the errata cache data for taskomatic to take care of later instead of trying to do it inline when yum reports a package list. This will resolve any concurrency problems with updating hundreds of systems at a time. The downside is that information in Satellite about what updates a server has available will not be updated instantaniously, but rather when taskomatic next runs the Errata Cache task. Worst case is that someone would try to schedule the update again before Taskomatic gets around to updating the Errata Cache, which would result in an no-op on the client and a successful action with a message of "Requested packages already installed". Moving bugs to ON_QA as we move to release Spacewalk 2.3 Spacewalk 2.3 has been released. See https://fedorahosted.org/spacewalk/wiki/ReleaseNotes23 |