Actions
Bug #29706
closedclient repo bindings produce false warnings: System NAME (1) requested binding to unknown repo /pulp/repos/Default_Organization/Library/custom/custom/custom_yum
Description
It looks like when a client uploads bindings, we are looking up bindings based on:
/pulp/repos/PATH
AND
/PATH
Since only one of these is actually going to match, we have 'leftovers' that a warn logger catches:
System rhel8.balmora.example.com (1) requested binding to unknown repo /pulp/repos/Default_Organization/Library/content/dist/rhel8/8/x86_64/appstream/os
System rhel8.balmora.example.com (1) requested binding to unknown repo /pulp/repos/Default_Organization/Library/custom/custom/custom_yum
Note that this doesn't cause any issue, the repos are 'bound' correctly to the host
Updated by Samir Jha over 4 years ago
- Target version set to Katello 3.16.0
- Triaged changed from No to Yes
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Assignee set to Jeremy Lenz
- Pull request https://github.com/Katello/katello/pull/8817 added
Updated by The Foreman Bot over 4 years ago
- Fixed in Releases Katello 4.0.0 added
Updated by Jeremy Lenz over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|f72eade9e9510d938bde3aaa8aa40a685d7852ee.
Actions