[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH] ms-queuedaemon: Update projection reports when idle
When the planning queue becomes empty, we update the plan. We should also update the projection. I have cowboyed this change in the Cambridge instance's daemons-testing.git and tested it there. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- ms-queuedaemon | 1 + 1 file changed, 1 insertion(+) diff --git a/ms-queuedaemon b/ms-queuedaemon index 6ae9677..08f88cf 100755 --- a/ms-queuedaemon +++ b/ms-queuedaemon @@ -150,6 +150,7 @@ proc runneeded-perhaps-start {} { if {![llength $queue]} { plan-reset plan report-plan plan plan + report-projection plan return } -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |