Bug #34490
closedRed Hat Repositories have weird behavior if arch setting is changed
Description
Red Hat Repositories have a `find_repository` method that finds a repository by filtering all the repositories by prouduct_id, content_id, releasevar, and arch. This is problematic when the arch setting is changed, because in certain cases that repository can no longer be found. This can prevent disabling a repository and cause the ability to create a duplicate repository.
The arch setting is filtered out when using certain repos e.g. Red Hat Enterprise Linux 8 for x86_64 - AppStream RPMs, because it is not needed as a substitution in the content url (see here: https://projects.theforeman.org/issues/28644). When this happens, repositories from this set are always handled as having a "noarch" arch setting. With this, if you change the arch setting to "x86_64" for a repository from this set, that repository cannot be disabled and is also not detected as an enabled repository (and so you can enable this repository a second time).
Updated by The Foreman Bot over 2 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ryan Verdile
- Pull request https://github.com/Katello/katello/pull/9967 added
Updated by Chris Roberts over 2 years ago
- Category set to Repositories
- Triaged changed from No to Yes
Updated by The Foreman Bot over 2 years ago
- Fixed in Releases Katello 4.5.0 added
Updated by Ryan Verdile over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|77f6193f8c1e59e067f8df29917b136001223a0c.