Project

Profile

Help

Issue #2374

closed

Can't skip distribution content during sync

Added by bmbouter over 7 years ago. Updated about 5 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Master
Platform Release:
2.10.3
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Easy Fix, Pulp 2
Sprint:
Sprint 10
Quarter:

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"
            ]
        },
Actions #1

Updated by bmbouter over 7 years ago

I thought I had filed this issue before, but when I searched for it I couldn't find it.

Actions #2

Updated by bmbouter over 7 years ago

  • Description updated (diff)
Actions #3

Updated by mhrivnak over 7 years ago

Is the bug in pulp-admin? Or are you seeing incorrect behavior in the sync task itself?

Actions #4

Updated by mhrivnak over 7 years ago

Also, what version of pulp do you see this behavior in?

Actions #5

Updated by bmbouter over 7 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.

Actions #6

Updated by amacdona@redhat.com over 7 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
Actions #7

Updated by ipanova@redhat.com over 7 years ago

  • Status changed from NEW to ASSIGNED
  • Assignee set to ipanova@redhat.com

Added by ipanova@redhat.com over 7 years ago

Revision d6a61d00 | View on GitHub

Can't skip distribution content during sync.

closes #2374 https://pulp.plan.io/issues/2374

Actions #8

Updated by ipanova@redhat.com over 7 years ago

  • Status changed from ASSIGNED to POST
Actions #9

Updated by mhrivnak over 7 years ago

  • Sprint/Milestone set to 28
  • Tags Easy Fix added
Actions #10

Updated by ipanova@redhat.com over 7 years ago

  • Status changed from POST to MODIFIED
Actions #11

Updated by ipanova@redhat.com over 7 years ago

  • Platform Release set to 2.10.3
Actions #12

Updated by semyers over 7 years ago

  • Status changed from MODIFIED to 5
Actions #13

Updated by semyers over 7 years ago

  • Status changed from 5 to CLOSED - CURRENTRELEASE
Actions #14

Updated by bmbouter about 6 years ago

  • Sprint set to Sprint 10
Actions #15

Updated by bmbouter about 6 years ago

  • Sprint/Milestone deleted (28)
Actions #16

Updated by bmbouter about 5 years ago

  • Tags Pulp 2 added

Also available in: Atom PDF