From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 9/9] mg-allocate: In planner mode, pre-check the arguments Date: Thu, 17 Dec 2015 17:33:51 +0000 Message-ID: <1450373631.4053.150.camel@citrix.com> References: <1450371968-27997-1-git-send-email-ian.jackson@eu.citrix.com> <1450371968-27997-9-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.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1a9cSN-0001Mw-S1 for xen-devel@lists.xenproject.org; Thu, 17 Dec 2015 17:35:11 +0000 In-Reply-To: <1450371968-27997-9-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 Thu, 2015-12-17 at 17:06 +0000, Ian Jackson wrote: > Now, attempting to allocate a nonexistent host fails immediately with > a sensible message, rather than queueing up and then reporting the > message only later: > > mariner:testing.git> OSSTEST_CONFIG=/u/iwj/.xen-osstest/config:local- > config.test-database_iwj ./mg-allocate -U 1h spong > 2015-12-17 17:05:14 Z pre-checking resources (dry run)... > 2015-12-17 17:05:14 Z (precheck) task 196916 static iwj@mariner: iwj@mari > ner manual > *** no candidates for spong! *** > mariner:testing.git> > > Signed-off-by: Ian Jackson Acked-by: Ian Campbell