Bug 959031
Summary: | Updating existing sync schedule does not change effective schedule. | |||
---|---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Ryan Bowlby <rbowlby83> | |
Component: | user-experience | Assignee: | Jason Connor <jconnor> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 2.1 Beta | CC: | jason.dobies, mhrivnak, mmccune, rbarlow, skarmark | |
Target Milestone: | --- | Keywords: | Triaged | |
Target Release: | 2.3.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1017345 (view as bug list) | Environment: | ||
Last Closed: | 2013-12-09 14:31:45 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: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 950743, 1017345 |
Description
Ryan Bowlby
2013-05-03 03:17:14 UTC
Is this related to https://bugzilla.redhat.com/show_bug.cgi?id=968524 ? PR issued for this: https://github.com/pulp/pulp/pull/612 Fix in commit 51c93ef6371dfb57b12f917e4b2d1103354a5720 build: 2.3.0-0.14.alpha verified [root@pulp-v2-server ~]# rpm -qa pulp-server pulp-server-2.3.0-0.14.alpha.el6.noarch [root@pulp-v2-server ~]# [root@pulp-v2-server ~]# pulp-admin rpm repo sync schedules list --repo-id zoo1+----------------------------------------------------------------------+ Schedules +----------------------------------------------------------------------+ There are no schedules defined for this operation. [root@pulp-v2-server ~]# pulp-admin rpm repo sync schedules create -s 2013-09-19T12:51:00Z/P1D --repo-id zoo1 Schedule successfully created [root@pulp-v2-server ~]# [root@pulp-v2-server ~]# [root@pulp-v2-server ~]# pulp-admin rpm repo sync schedules list --repo-id zoo1+----------------------------------------------------------------------+ Schedules +----------------------------------------------------------------------+ Schedule: 2013-09-19T12:51:00Z/P1D Id: 523c5640d669f05dff00067f Enabled: True Last Run: None Next Run: 2013-09-21T12:51:00Z [root@pulp-v2-server ~]# pulp-admin rpm repo sync schedules update -s 2013-09-19T12:51:00Z/PT8M --repo-id zoo1 --schedule-id 523c5640d669f05dff00067f Successfully updated schedule [root@pulp-v2-server ~]# pulp-admin rpm repo sync schedules list --repo-id zoo1+----------------------------------------------------------------------+ Schedules +----------------------------------------------------------------------+ Schedule: 2013-09-19T12:51:00Z/PT8M Id: 523c5640d669f05dff00067f Enabled: True Last Run: None Next Run: 2013-09-20T14:11:00Z [root@pulp-v2-server ~]# Pulp 2.3 released. |