| Summary: | Export status command does not seem to getting the status of exports | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
| Component: | user-experience | Assignee: | Barnaby Court <bcourt> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | medium | ||
| Version: | Master | CC: | bcourt, skarmark |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | 2.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-08-09 06:54:56 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
This was already fixed with the celery updates build: 2.4.0-0.7.beta verified
[root@pulp-24-server ~]# rpm -qa pulp-server
pulp-server-2.4.0-0.9.beta.el6.noarch
[root@pulp-24-server ~]#
[root@pulp-24-server ~]# pulp-admin rpm repo export status --repo-id yum-puppet
+----------------------------------------------------------------------+
Repository Status [yum-puppet]
+----------------------------------------------------------------------+
The repository is not performing any operations
[root@pulp-24-server ~]# pulp-admin rpm repo export status --repo-id yum-puppet
+----------------------------------------------------------------------+
Repository Status [yum-puppet]
+----------------------------------------------------------------------+
This command may be exited via ctrl+c without affecting the request.
Exporting packages...
[==================================================] 100%
Rpms: 352/352 items
... completed
Exporting errata...
[==================================================] 100%
Errata: 0/0 items
... completed
Exporting distributions...
[==================================================] 100%
Distributions: 0/0 items
... completed
Generating metadata...
[\]
... completed
[==================================================] 100%
Iso Images: 1/1 items
... completed
Publishing over HTTPS...
[-]
... completed
Task Succeeded
[root@pulp-24-server ~]#
This has been fixed in Pulp 2.4.0-1. |
Description of problem: If you run repo export status on a repo-id, whether an export is running on the repo or not, it always says Version-Release number of selected component (if applicable): [root@pulp-v2-server ~]# rpm -qa pulp-server pulp-server-2.3.0-0.14.alpha.el6.noarch [root@pulp-v2-server ~]# How reproducible: Steps to Reproduce: [root@pulp-v2-server ~]# pulp-admin rpm repo export run --repo-id daily-centos-5-extras-x86_64 --bg+----------------------------------------------------------------------+ Publishing Repository [daily-centos-5-extras-x86_64] +----------------------------------------------------------------------+ The status of this publish can be displayed using the status command. [root@pulp-v2-server ~]# pulp-admin rpm repo export status --repo-id daily-centos-5-extras-x86_64 +----------------------------------------------------------------------+ Repository Status [daily-centos-5-extras-x86_64] +----------------------------------------------------------------------+ The repository is not performing any operations [root@pulp-v2-server ~]# pulp-admin rpm repo export status --repo-id foo +----------------------------------------------------------------------+ Repository Status [foo] +----------------------------------------------------------------------+ The repository is not performing any operations [root@pulp-v2-server ~]# Actual results: Expected results: Additional info: