Issue #1009
closed
Cannot perform any unit removal from the repos
Status:
CLOSED - CURRENTRELEASE
Description
$ pulp-admin rpm repo remove rpm --repo-id zoo --str-eq='name=zebra'
This command may be exited via ctrl+c without affecting the request.
[\]
Running...
Task Failed
unassociate_by_criteria() takes at most 3 arguments (4 given)
$ pulp-admin iso repo remove --repo-id myiso --str-eq='name=test'
This command may be exited via ctrl+c without affecting the request.
[\]
Running...
Task Failed
unassociate_by_criteria() takes at most 3 arguments (4 given)
- Project changed from RPM Support to Pulp
- Platform Release set to 2.7.0
- Triaged changed from No to Yes
Austin bet that this is pulp-admin passing an extra parameter.
- Status changed from NEW to POST
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
- Status changed from MODIFIED to 5
- Status changed from 5 to 6
verified
[root@qe-blade-10 ~]# rpm -qa pulp-server
pulp-server-2.7.0-0.3.beta.el6.noarch
[root@qe-blade-10 ~]#
[root@qe-blade-10 ~]# pulp-admin rpm repo remove rpm --repo-id zoo --str-eq='name=zebra'
This command may be exited via ctrl+c without affecting the request.
[\]
Running...
Units Removed:
zebra-0.1-2-noarch
[root@qe-blade-10 ~]#
[root@qe-blade-10 ~]#
[root@qe-blade-10 ~]# pulp-admin rpm repo remove rpm --repo-id zoo --str-eq='name=test'
This command may be exited via ctrl+c without affecting the request.
[\]
Running...
Nothing found that matches the given criteria.
[root@qe-blade-10 ~]#
- Status changed from 6 to CLOSED - CURRENTRELEASE
Also available in: Atom
PDF
Fix malformed call to unassociate_by_criteria
Fixes #1009
https://pulp.plan.io/issues/1009