Bug 826561 - sync schedule delete does not delete the sync schedule
Summary: sync schedule delete does not delete the sync schedule
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Pulp
Classification: Retired
Component: user-experience
Version: 2.0.6
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Jason Connor
QA Contact: Preethi Thomas
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-05-30 13:59 UTC by Preethi Thomas
Modified: 2014-03-31 01:39 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-01-09 17:09:09 UTC
Embargoed:


Attachments (Terms of Use)

Comment 1 Jason Connor 2012-05-31 15:47:09 UTC
After fixing bug #826550, this problem went away. I believe it was the result of a failed sync sitting in the queue, postponing the initial delete and the initial delete raised a conflict for the subsequent delete.

Comment 2 Jay Dobies 2012-06-29 19:06:40 UTC
In release 0.309

Comment 3 Preethi Thomas 2012-07-25 18:42:36 UTC
verified
[root@preethi-el6-pulp ~]# pulp-admin repo sync schedules create  --schedule 2012-07-22T10:30:00Z/P1D --repo-id drpm
Schedule successfully created

[root@preethi-el6-pulp ~]# 
[root@preethi-el6-pulp ~]# 

[root@preethi-el6-pulp ~]# pulp-admin repo sync schedules list --repo-id drpm
+----------------------------------------------------------------------+
                               Schedules
+----------------------------------------------------------------------+

Schedule: 2012-07-22T10:30:00Z/P1D
Id:       50103e62196f4545980022ab
Enabled:  True
Last Run: None
Next Run: 2012-07-26T10:30:00Z



[root@preethi-el6-pulp ~]# pulp-admin repo sync schedules delete --repo-id drpm --schedule-id 50103e62196f4545980022ab
Schedule successfully deleted

[root@preethi-el6-pulp ~]# pulp-admin repo sync schedules list --repo-id drpm
+----------------------------------------------------------------------+
                               Schedules
+----------------------------------------------------------------------+

There are no schedules defined for this operation.

[root@preethi-el6-pulp ~]#

Comment 4 Preethi Thomas 2013-01-09 17:09:09 UTC
Pulp v2.0 released


Note You need to log in before you can comment on or make changes to this bug.