[Pulp-list] what removes my sync schedules?

Andreas Piesk a.piesk at gmx.net
Sat Feb 23 13:15:35 UTC 2013


On 23.02.2013 13:56, Andreas Piesk wrote:
> 
> what's going on? i'm completely in the dark, no log messages, nothing. does anyone have an idea what
> might be the reason for this erratic behaviour?
> 

i can reproduce it by simply restarting pulp-server:

$ pulp-admin repo sync --interval=P1D --threads=1 --start=2013-02-24T03:00:00 --id bacula-centos5
--exclude=distribution --exclude=errata
Sync schedule for repo [ bacula-centos5 ] changed to [ 2013-02-24T03:00:00/P1D ]

$ pa repo sync --id bacula-centos5 --show-schedule
+------------------------------------------+
      Sync Schedule for bacula-centos5
+------------------------------------------+

Sync Schedule    	2013-02-24T03:00:00+01:00/P1D
    Interval     	P1D
    Start        	2013-02-24T03:00:00+01:00
    Runs         	N/A
Sync Options
    Exclude      	distribution, errata
    Limit        	N/A
    Threads      	1

$ pa task list
Task: 146c7061-7db9-11e2-ba58-001676c998d5
    Job: None
    Scheduler: interval
    Call: _sync
    Arguments: bacula-centos5
    State: waiting
    Start time: None
    Finish time: None
    Scheduled time: 2013-02-24T02:00:00Z
    Result: None
    Exception: None
    Traceback: None

# /etc/init.d/pulp-server restart
$ pa repo sync --id bacula-centos5 --show-schedule
+------------------------------------------+
      Sync Schedule for bacula-centos5
+------------------------------------------+

Sync Schedule    	2013-02-24T03:00:00+01:00/P1D
    Interval     	P1D
    Start        	2013-02-24T03:00:00+01:00
    Runs         	N/A
Sync Options
    Exclude      	distribution, errata
    Limit        	N/A
    Threads      	1

$ pa task list
No tasks found


regards,
-ap




More information about the Pulp-list mailing list