Bug 1153795

Summary: relative-url is not required to be unique
Product: [Retired] Pulp Reporter: Justin Garrison <justin.garrison>
Component: z_otherAssignee: amacdona <austin>
Status: CLOSED UPSTREAM QA Contact: Irina Gulina <igulina>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.4.1CC: austin, igulina, jortel
Target Milestone: ---Keywords: Triaged
Target Release: 2.6.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-02-28 22:39:54 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:

Description Justin Garrison 2014-10-16 19:08:27 UTC
Description of problem: different repos can have the same relative-url


Version-Release number of selected component (if applicable): 2.4.1


How reproducible: Every time


Steps to Reproduce:
1. Create repo with --relative-url
2. create second repo with same relative-url
3. publish both repos

Actual results:
repo that is published last is the one published at the relative url

Expected results:
Checking would prevent setting a relative url that already exists

Additional info:

Comment 1 amacdona@redhat.com 2014-11-11 21:15:52 UTC
Related to this one:

https://bugzilla.redhat.com/show_bug.cgi?id=1079511

Comment 2 amacdona@redhat.com 2014-11-19 19:16:04 UTC
https://github.com/pulp/pulp/pull/1297

This was solved by the PR for BZ1079511, but is not marked as a duplicate because this was a different problem caused by the same code.

Comment 3 Chris Duryee 2014-12-23 20:52:17 UTC
fixed in pulp 2.6.0-0.2.beta

Comment 4 Irina Gulina 2015-01-13 11:24:37 UTC
>> rpm -qa pulp-server
pulp-server-2.6.0-0.2.beta.el6.noarch

>> pulp-admin rpm repo create --repo-id repo1 --relative-url repo --feed https://repos.fedorapeople.org/repos/pulp/pulp/demo_repos/zoo/horse-0.22-2.noarch.rpm
Successfully created repository [repo1]

>> pulp-admin rpm repo create --repo-id repo2 --relative-url repo --feed https://repos.fedorapeople.org/repos/pulp/pulp/demo_repos/zoo/zebra-0.1-2.noarch.rpm

The server indicated one or more values were incorrect. The server provided the
following error message:

   Relative URL [repo] for repository [repo2] conflicts with existing relative
URL [repo] for repository [repo1]

More information can be found in the client log file ~/.pulp/admin.log.

Comment 5 Brian Bouterse 2015-02-28 22:39:54 UTC
Moved to https://pulp.plan.io/issues/580