From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757767AbbCPOt5 (ORCPT ); Mon, 16 Mar 2015 10:49:57 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:29767 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757745AbbCPOtw (ORCPT ); Mon, 16 Mar 2015 10:49:52 -0400 X-IronPort-AV: E=Sophos;i="5.11,409,1422921600"; d="scan'208";a="245374270" Message-ID: <5506ED8E.8070505@citrix.com> Date: Mon, 16 Mar 2015 14:49:50 +0000 From: David Vrabel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.4.0 MIME-Version: 1.0 To: Juergen Gross , , , , , Subject: Re: [Xen-devel] [PATCH V2 2/3] xen: scsiback: add LUN of restored domain References: <1424156569-13642-1-git-send-email-jgross@suse.com> <1424156569-13642-3-git-send-email-jgross@suse.com> In-Reply-To: <1424156569-13642-3-git-send-email-jgross@suse.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-DLP: MIA2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 17/02/15 07:02, Juergen Gross wrote: > When a xen domain is being restored the LUN state of a pvscsi device > is "Connected" and not "Initialising" as in case of attaching a new > pvscsi LUN. > > This must be taken into account when adding a new pvscsi device for > a domain as otherwise the pvscsi LUN won't be connected to the > SCSI target associated with it. Applied to devel/for-linus-4.1, thanks. David