From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 06/13] Planner: client side: New `!OK think noalloc' protocol Date: Thu, 3 Sep 2015 11:53:58 +0100 Message-ID: <1441277638.26292.342.camel@citrix.com> References: <1441208719-31336-1-git-send-email-ian.jackson@eu.citrix.com> <1441208719-31336-7-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZXS9x-00036R-1B for xen-devel@lists.xenproject.org; Thu, 03 Sep 2015 10:54:25 +0000 In-Reply-To: <1441208719-31336-7-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Wed, 2015-09-02 at 16:45 +0100, Ian Jackson wrote: > Introduce a way for the queue daemon to tell its client that it must > not allocate anything in this planning iteration. > > In the client: > * Advertise the new feature via set-info. > * Accept the `noalloc' part of `!OK think noalloc'; > * Print that in our log message; > * Honour it by passing it to $resourcecall. > > And document the new protocol. However, there is no server-side yet, > so this does not yet introduce any overall change to the system. > > Signed-off-by: Ian Jackson Acked-by: Ian Campbell