From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 07/13] Planner: ms-planner support -w option Date: Thu, 3 Sep 2015 12:25:19 +0100 Message-ID: <1441279519.26292.345.camel@citrix.com> References: <1441208719-31336-1-git-send-email-ian.jackson@eu.citrix.com> <1441208719-31336-8-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.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZXSdw-0005mb-BM for xen-devel@lists.xenproject.org; Thu, 03 Sep 2015 11:25:24 +0000 In-Reply-To: <1441208719-31336-8-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: > We are going to introduce multiple concurrent streams of planning > processing, called `walkers' in ms-queuedaemon. The work-in-progress > plan is stored, server-side, during planning, in data-plan.pl. But we > need to have more than one of these. > > Update ms-planner and ms-planner-debug to honour a -w option, to > specify a replacement for the word `plan' in `data-plan.pl'. > > No overall functional change, since nothing uses these options yet. > > Signed-off-by: Ian Jackson Acked-by: Ian Campbell