Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a user I want to be able to specify types of RPMs to skip during a repository sync #225

Closed
ajsween opened this issue May 6, 2021 · 0 comments · Fixed by #316
Closed
Labels
easy fix Good for newcomers feature request New feature request (template-set)
Milestone

Comments

@ajsween
Copy link

ajsween commented May 6, 2021

The REST API for the Pulp RPM Plugin documents a parameter for "skip_types" that is not available via the pulp-cli wrapper. This is a very valuable filter because it allows skipping source RPMs in dnf repositories. Source RPMs tend to be many times larger than their respective compiled RPMs and take up significant space with very little return. When using Pulp to fully mirror a repository, the sync process often times out due to a default timeout of 5 minutes for any given operation. A single source RPM, for example, in the Appstream subscription for Oracle Linux 8 can be as large as 5 GBs.

@mdellweg mdellweg added easy fix Good for newcomers feature request New feature request (template-set) labels May 6, 2021
mdellweg added a commit to mdellweg/pulp-cli that referenced this issue Jul 23, 2021
@mdellweg mdellweg added this to the 0.11.0 milestone Jul 23, 2021
mdellweg added a commit to mdellweg/pulp-cli that referenced this issue Jul 23, 2021
mdellweg added a commit to mdellweg/pulp-cli that referenced this issue Jul 24, 2021
@mdellweg mdellweg linked a pull request Jul 24, 2021 that will close this issue
mdellweg added a commit to mdellweg/pulp-cli that referenced this issue Jul 27, 2021
mdellweg added a commit that referenced this issue Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy fix Good for newcomers feature request New feature request (template-set)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants