Re: [libvirt] [PATCH] qemu: Provide default LUN=0 for iSCSI if not provided

2017-09-11 Thread Pavel Hrdina
On Mon, Sep 11, 2017 at 08:06:04AM -0400, John Ferlan wrote: > > > On 09/11/2017 07:26 AM, Peter Krempa wrote: > > On Wed, Sep 06, 2017 at 12:05:32 -0400, John Ferlan wrote: > >> https://bugzilla.redhat.com/show_bug.cgi?id=1477880 > >> > >> If the "/#" is missing from the provided iSCSI path,

Re: [libvirt] [PATCH] qemu: Provide default LUN=0 for iSCSI if not provided

2017-09-11 Thread John Ferlan
On 09/11/2017 07:26 AM, Peter Krempa wrote: > On Wed, Sep 06, 2017 at 12:05:32 -0400, John Ferlan wrote: >> https://bugzilla.redhat.com/show_bug.cgi?id=1477880 >> >> If the "/#" is missing from the provided iSCSI path, then we need >> to provide the default LUN of /0; otherwise, QEMU will fail

Re: [libvirt] [PATCH] qemu: Provide default LUN=0 for iSCSI if not provided

2017-09-11 Thread Peter Krempa
On Wed, Sep 06, 2017 at 12:05:32 -0400, John Ferlan wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1477880 > > If the "/#" is missing from the provided iSCSI path, then we need > to provide the default LUN of /0; otherwise, QEMU will fail to parse > the URL causing a failure to either

[libvirt] [PATCH] qemu: Provide default LUN=0 for iSCSI if not provided

2017-09-06 Thread John Ferlan
https://bugzilla.redhat.com/show_bug.cgi?id=1477880 If the "/#" is missing from the provided iSCSI path, then we need to provide the default LUN of /0; otherwise, QEMU will fail to parse the URL causing a failure to either create the guest or hotplug attach the storage. Alter the command lines