Bug 670516
Summary: | cancel sync failing | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
Component: | z_other | Assignee: | Pradeep Kilambi <pkilambi> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | unspecified | CC: | jason.dobies, jconnor |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-08-16 14:01:12 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 641987 |
Description
Preethi Thomas
2011-01-18 14:48:07 UTC
the cancel_async and find_async functions were being lazily initialized, but if some imported them before that initialization, they'd be set to None changed them to actual functions Fixed in 0.127. verified [root@preethi ~]# rpm -q pulp pulp-0.0.127-1.fc14.noarch [root@preethi repo-dir]# pulp-admin -u admin -p admin repo create --id=f13 --name=f13 --arch=x86_64 --feed=yum:http://download.devel.redhat.com/released/F-13/GOLD/Fedora/x86_64/os/ Successfully created repository [ f13 ] [root@preethi repo-dir]# pulp-admin repo sync --id=f13 -FSync for repository f13 started You can safely CTRL+C this current command and it will continue [ ] 0% Total: 1/3111 items (0/9<tree_files> 1/3102[ ] 0% Total: 46/3111 items (0/9<tree_files> 46/31[ ] 2% Total: 101/3111 items (0/9<tree_files> 101/[ ] 2% Total: 126/3111 items (0/9<tree_files> 126/[ ] 2% Total: 135/3111 items (0/9<tree_files> 135/[ ] 3% Total: 151/3111 items (0/9<tree_files> 151/[ ] 3% Total: 162/3111 items (0/9<tree_files> 162/[ ] 3% Total: 173/3111 items (0/9<tree_files> 173/[ ] 3% Total: 187/3111 items (0/9<tree_files> 187/[ ] 3% Total: 201/3111 items (0/9<tree_files> 201/[= ] 4% Total: 211/3111 items (0/9<tree_files> 211/[= ] 4% Total: 229/3111 items (0/9<tree_files> 229/[= ] 7% Total: 254/3111 items (0/9<tree_files> 254/3102<rpms>) Sync: Canceled [root@preethi repo-dir]# pulp-admin repo sync --id=f13 Sync for repository f13 started Use "repo status" to check on the progress [root@preethi ~]# pulp-admin repo cancel_sync --id=f13 Sync for repository f13 canceled [root@preethi repo-dir]# pulp-admin repo status --id=f13 +------------------------------------------+ Status for f13 +------------------------------------------+ Repository: f13 Number of Packages: 0 Last Sync: never Closing with Community Release 15 pulp-0.0.223-4. |