xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [OSSTEST PATCH] ms-queuedaemon: Update projection reports when idle
@ 2015-11-18 14:40 Ian Jackson
  2015-11-18 14:43 ` Ian Campbell
  0 siblings, 1 reply; 2+ messages in thread
From: Ian Jackson @ 2015-11-18 14:40 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Jackson, Ian Campbell

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@eu.citrix.com>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-18 14:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-18 14:40 [OSSTEST PATCH] ms-queuedaemon: Update projection reports when idle Ian Jackson
2015-11-18 14:43 ` Ian Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).