Bug 1451461
Summary: | [5.7] when you spacewalk-repo-sync into multiple organizations, errata in the satellite have org_id based on last org used (but still being same errata) | ||
---|---|---|---|
Product: | Red Hat Satellite 5 | Reporter: | Grant Gainey <ggainey> |
Component: | Satellite Synchronization | Assignee: | Grant Gainey <ggainey> |
Status: | CLOSED ERRATA | QA Contact: | Ales Dujicek <adujicek> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 570 | CC: | adujicek, jhutar, mmraka, satqe-list, tkasparek, tlestach |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | spacewalk-backend-2.3.3-50-sat,spacewalk-schema-2.3.2-31-sat,satellite-schema-5.7.0.32-1-sat | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1444519 | Environment: | |
Last Closed: | 2017-07-19 14:50:36 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: | 1444519 | ||
Bug Blocks: |
Description
Grant Gainey
2017-05-16 17:01:17 UTC
Cloned for 5.7 backport reproduced on satellite-schema-5.7.0.27-1.el6sat.noarch spacewalk-backend-2.3.3-49.el6sat.noarch spacewalk-java-2.3.8-158.el6sat.noarch steps bz1444519#c0 errata org_id changed after sync in the other organization: # select E.id,E.org_id,E.advisory,EP.package_id from rhnErrata E, rhnErrataPackage EP where E.id = EP.errata_id and EP.package_id in (1,3,8,11); id | org_id | advisory | package_id ----+--------+-----------------------+------------ 1 | 1 | FEDORA-EPEL-2011-0073 | 3 1 | 1 | FEDORA-EPEL-2011-0073 | 1 1 | 1 | FEDORA-EPEL-2011-0073 | 8 1 | 1 | FEDORA-EPEL-2011-0073 | 11 # select E.id,E.org_id,E.advisory,EP.package_id from rhnErrata E, rhnErrataPackage EP where E.id = EP.errata_id and EP.package_id in (1,3,8,11); id | org_id | advisory | package_id ----+--------+-----------------------+------------ 1 | 2 | FEDORA-EPEL-2011-0073 | 3 1 | 2 | FEDORA-EPEL-2011-0073 | 1 1 | 2 | FEDORA-EPEL-2011-0073 | 8 1 | 2 | FEDORA-EPEL-2011-0073 | 11 with package versions: satellite-schema-5.7.0.31-1.el6sat.noarch spacewalk-backend-2.3.3-52.el6sat.noarch each org has it own errata: # select E.id,E.org_id,E.advisory,EP.package_id from rhnErrata E, rhnErrataPackage EP where E.id = EP.errata_id and EP.package_id in (1,3,8,11); id | org_id | advisory | package_id ----+--------+-----------------------+------------ 1 | 1 | FEDORA-EPEL-2011-0073 | 3 1 | 1 | FEDORA-EPEL-2011-0073 | 1 2 | 2 | FEDORA-EPEL-2011-0073 | 8 2 | 2 | FEDORA-EPEL-2011-0073 | 11 verified 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, 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/RHBA-2017:1771 |