Project

General

Profile

Actions

Bug #34490

closed

Red Hat Repositories have weird behavior if arch setting is changed

Added by Ryan Verdile over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Repositories
Target version:
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

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).

Actions #1

Updated by Ryan Verdile over 2 years ago

  • Description updated (diff)
Actions #2

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
Actions #3

Updated by Chris Roberts over 2 years ago

  • Category set to Repositories
  • Triaged changed from No to Yes
Actions #4

Updated by The Foreman Bot over 2 years ago

  • Fixed in Releases Katello 4.5.0 added
Actions #5

Updated by Ryan Verdile over 2 years ago

  • Status changed from Ready For Testing to Closed
Actions

Also available in: Atom PDF