Bug 708374

Summary: cancel sync does not cancel syncs on repos that are being cloned
Product: [Retired] Pulp Reporter: Preethi Thomas <pthomas>
Component: z_otherAssignee: Pradeep Kilambi <pkilambi>
Status: CLOSED DUPLICATE QA Contact: Preethi Thomas <pthomas>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecified   
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-05-27 13:54:06 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-05-27 13:48:25 UTC
Description of problem:
running cancel_sync does not cancel sync on a repo that is being cloned

Version-Release number of selected component (if applicable):

[root@preethi ~]# rpm -q pulp
pulp-0.0.181-1.fc14.noarch

How reproducible:


Steps to Reproduce:
1. run repo clone # pulp-admin repo clone --id=f15 --clone_id=f15-clone -F
2. while the cloning is in progress
3.run cancel_sync on the clone repo ( pulp-admin repo cancel_sync --id=f15-clone)
There is no sync in progress for this repository

  
Actual results:
[root@preethi ~]# pulp-admin repo cancel_sync --id=f15-clone
There is no sync in progress for this repository


Expected results:


Additional info:

Comment 1 Preethi Thomas 2011-05-27 13:54:06 UTC

*** This bug has been marked as a duplicate of bug 707633 ***