Issue #2374
Can't skip distribution content during sync
Description
If you want to sync centos6 and skip syncing distribution, rpm, and drpm content you would probably do:
pulp-admin rpm repo create --repo-id centos6 --feed http://mirror.centos.org/centos/6/os/x86_64/ --skip=rpm,drpm,distribution
pulp-admin rpm repo sync run --repo-id centos6
When the sync is running you'll see that it syncs distributions even though the skip command specified not to.
Note also that the imports config does contain:
"config": {
"feed": "http://download.devel.redhat.com/released/RHEL-6/6.0/Server/x86_64/os/",
"type_skip_list": [
"rpm",
"drpm",
"distribution"
]
},
Associated revisions
History
#1
Updated by bmbouter about 4 years ago
I thought I had filed this issue before, but when I searched for it I couldn't find it.
#2
Updated by bmbouter about 4 years ago
- Description updated (diff)
#3
Updated by mhrivnak about 4 years ago
Is the bug in pulp-admin? Or are you seeing incorrect behavior in the sync task itself?
#4
Updated by mhrivnak about 4 years ago
Also, what version of pulp do you see this behavior in?
#5
Updated by bmbouter about 4 years ago
- Version set to Master
This was against master, and yes the sync is actually syncing the distributions even though the importer on the server side shows that skipping the distribution is configured.
#6
Updated by amacdona@redhat.com about 4 years ago
- Project changed from Pulp to RPM Support
- Subject changed from Can't skip distribution content using pulp-admin to Can't skip distribution content during sync
- Severity changed from 1. Low to 2. Medium
- Triaged changed from No to Yes
#7
Updated by ipanova@redhat.com about 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ipanova@redhat.com
#8
Updated by ipanova@redhat.com about 4 years ago
- Status changed from ASSIGNED to POST
#9
Updated by mhrivnak about 4 years ago
- Sprint/Milestone set to 28
- Tags Easy Fix added
#10
Updated by ipanova@redhat.com about 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset d6a61d00d2b540dd80c922105c93ef807aaef9a5.
#11
Updated by ipanova@redhat.com about 4 years ago
- Platform Release set to 2.10.3
#12
Updated by semyers about 4 years ago
- Status changed from MODIFIED to 5
#13
Updated by semyers about 4 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
#14
Updated by bmbouter almost 3 years ago
- Sprint set to Sprint 10
#15
Updated by bmbouter almost 3 years ago
- Sprint/Milestone deleted (
28)
#16
Updated by bmbouter almost 2 years ago
- Tags Pulp 2 added
Please register to edit this issue
Can't skip distribution content during sync.
closes #2374 https://pulp.plan.io/issues/2374