From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH 1/4] vscsiif.h: remove reference to WWN Date: Mon, 2 Mar 2015 15:34:39 +0100 Message-ID: <20150302143439.GA18903@aepfle.de> References: <1425291362-30228-1-git-send-email-olaf@aepfle.de> <1425291362-30228-2-git-send-email-olaf@aepfle.de> <54F44282.1070009@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <54F44282.1070009@suse.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: Juergen Gross Cc: Keir Fraser , Ian Campbell , Tim Deegan , Ian Jackson , xen-devel@lists.xen.org, Jan Beulich List-Id: xen-devel@lists.xenproject.org On Mon, Mar 02, Juergen Gross wrote: > On 03/02/2015 11:15 AM, Olaf Hering wrote: > >The code in xend, xenlinux and pvops 3.18 expects the h:c:t:l notation. > >Remove incorrect reference to WWN because it was never supported. And > >its not clear how it could be supported. p-devname can be used to store > >a config string. > > The pvops backend driver should support the WWN notation. In case it > isn't working this is a bug which should be repaired. > > I implemented the WWn version before adding the possibility to use > h:c:t:l due to compatibility with xend... This requires changes to the libxl parser. I was not aware of that pvops uses such notation. Olaf