| Summary: | [RFE] No way to remove orphaned distributions from the pulp server | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
| Component: | z_other | Assignee: | Sayli Karmarkar <skarmark> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | cperry, mhrivnak, rbarlow |
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
| Target Release: | 2.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-03-18 16:06:19 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Preethi Thomas
2011-11-30 14:04:39 UTC
I don't think this is still a problem. [root@pulp-v2-server ~]# pulp-admin rpm repo remove distribution --repo-id f19-copy --match 'filename=repomd.xml' This command may be exited via ctrl+c without affecting the request. [-] Waiting to begin... [-] Running... Nothing found that matches the given criteria. [root@pulp-v2-server ~]# pulp-admin rpm repo remove distribution --repo-id f19-copy --str-eq 'filename=repomd.xml'This command may be exited via ctrl+c without affecting the request. [-] Waiting to begin... [-] Running... Nothing found that matches the given criteria. [root@pulp-v2-server ~]# pulp-admin rpm repo remove distribution --repo-id f19-copy --str-eq 'files.filename=repomd.xml' This command may be exited via ctrl+c without affecting the request. [-] Waiting to begin... [-] Running... Units: ks-Fedora-Fedora-19-x86_64 [root@pulp-v2-server ~]# [root@pulp-v2-server ~]# pulp-admin rpm repo remove distribution --repo-id f19-copy --match 'filename=repomd.xml' This command may be exited via ctrl+c without affecting the request. [-] Waiting to begin... [-] Running... Nothing found that matches the given criteria. [root@pulp-v2-server ~]# pulp-admin rpm repo remove distribution --repo-id f19-copy --str-eq 'filename=repomd.xml'This command may be exited via ctrl+c without affecting the request. [-] Waiting to begin... [-] Running... Nothing found that matches the given criteria. [root@pulp-v2-server ~]# pulp-admin rpm repo remove distribution --repo-id f19-copy --str-eq 'files.filename=repomd.xml' This command may be exited via ctrl+c without affecting the request. [-] Waiting to begin... [-] Running... Units: ks-Fedora-Fedora-19-x86_64 [root@pulp-v2-server ~]# Setting a target release so this ticket can get closed. These were already verified in the corresponding releases that they were fixed in. Moving them to closed current release. |