From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 7/7] ts-logs-capture: Attempt to power up a host before capturing its logs Date: Tue, 17 Nov 2015 10:30:37 +0000 Message-ID: <1447756237.301.18.camel@citrix.com> References: <1447696465-24978-1-git-send-email-ian.jackson@eu.citrix.com> <1447696465-24978-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.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZydXY-0008AC-WB for xen-devel@lists.xenproject.org; Tue, 17 Nov 2015 10:31:09 +0000 In-Reply-To: <1447696465-24978-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 Cc: Robert Ho List-Id: xen-devel@lists.xenproject.org On Mon, 2015-11-16 at 17:54 +0000, Ian Jackson wrote: > If for any reason it's powered down, this is useful. > > (In theory for a nested host, we could get the logs by grobbling in > its parent's view of its filesystem, but that is too much work.) > > We do not trap the errors from this, so that if the PDU is broken (or > the L1 has not been created), we can fail more quickly. > > Signed-off-by: Ian Jackson Acked-by: Ian Campbell