-
Notifications
You must be signed in to change notification settings - Fork 42
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
Add orphan cleanup options to command #398
Labels
feature request
New feature request (template-set)
Milestone
Comments
gerrod3
added a commit
to gerrod3/pulp-cli
that referenced
this issue
Oct 14, 2021
gerrod3
added a commit
to gerrod3/pulp-cli
that referenced
this issue
Oct 14, 2021
gerrod3
added a commit
to gerrod3/pulp-cli
that referenced
this issue
Oct 14, 2021
gerrod3
added a commit
to gerrod3/pulp-cli
that referenced
this issue
Oct 15, 2021
gerrod3
added a commit
to gerrod3/pulp-cli
that referenced
this issue
Oct 15, 2021
gerrod3
added a commit
to gerrod3/pulp-cli
that referenced
this issue
Oct 15, 2021
gerrod3
added a commit
to gerrod3/pulp-cli
that referenced
this issue
Oct 15, 2021
gerrod3
added a commit
to gerrod3/pulp-cli
that referenced
this issue
Oct 15, 2021
mdellweg
pushed a commit
that referenced
this issue
Oct 15, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
orphan cleanup has two options that can be passed in:
content_hrefs
- a list of content hrefs to choose to cleanup from if they are orphansorphan_protection_time
- from pulpcore 3.15, amount of protection time before removing any orphaned contentExamples
pulp orphan cleanup --protection-time 0
pulp orphan cleanup --content-hrefs '["/content_href/1/", "/content_href/2"]'
The text was updated successfully, but these errors were encountered: