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
Actions