Bug 649327
Summary: | cancel sync issues with cloned repo | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
Component: | z_other | Assignee: | Jay Dobies <jason.dobies> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | unspecified | CC: | jason.dobies, jconnor |
Target Milestone: | --- | Keywords: | Triaged |
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 13:59:46 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: | 647488 |
Description
Preethi Thomas
2010-11-03 14:44:07 UTC
removed race conditions in cancel code Fixed in 0.83. fails_qa [root@preethi ~]# rpm -qa |grep pulp pulp-common-0.0.108-1.fc13.noarch pulp-client-0.0.108-1.fc13.noarch pulp-0.0.108-1.fc13.noarch [root@preethi ~]# pulp-admin repo status --id=clone_f14 +------------------------------------------+ Status for clone_f14 +------------------------------------------+ Repository: clone_f14 Number of Packages: 0 Last Sync: never [root@preethi ~]# pulp-admin repo cancel_sync --id=clone_f14 No sync to cancel [root@preethi ~]# pulp-admin repo status --id=clone_f14 +------------------------------------------+ Status for clone_f14 +------------------------------------------+ Repository: clone_f14 Number of Packages: 0 Last Sync: never [root@preethi ~]# pulp-admin repo cancel_sync --id=clone_f14 Sending back to QE to take another look; the last comment doesn't look like it conveys what the bug is. Looks like this is fixed verified [root@preethi ~]# rpm -q pulp pulp-0.0.122-1.fc14.noarch [root@preethi ~]# pulp-admin repo sync --id=f13-clone3 Sync for repository f13-clone3 started Use "repo status" to check on the progress [root@preethi ~]# pulp-admin repo sync --id=f13-clone -F Sync for repository f13-clone started You can safely CTRL+C this current command and it will continue [================= ] 34% (1041 of 3111 pkgs) Sync: Canceled Warning: 14 errors occurred [root@preethi ~]# pulp-admin repo status --id=f13-clone +------------------------------------------+ Status for f13-clone +------------------------------------------+ Repository: f13-clone Number of Packages: 3102 Last Sync: 2011-01-11 11:59:25.683000 Closing with Community Release 15 pulp-0.0.223-4. |