Re: [libvirt] Re: [Patch v0.4] iSCSI Multi-IQN (Libvirt Support)

2009-11-18 Thread Dave Allan
Subject: Re: [libvirt] Re: [Patch v0.4] iSCSI Multi-IQN (Libvirt Support) On Wed, Nov 18, 2009 at 04:37:02PM +0530, shyam_i...@dell.com wrote: 2) By using iscsiadm commands like the following # iscsiadm -m iface -I -o new # iscsiadm -m iface -I iface1 --op=update -n iface.initiatorname -v In

RE: [libvirt] Re: [Patch v0.4] iSCSI Multi-IQN (Libvirt Support)

2009-11-18 Thread Shyam_Iyer
raja > Subject: Re: [libvirt] Re: [Patch v0.4] iSCSI Multi-IQN (Libvirt > Support) > > On Wed, Nov 18, 2009 at 04:37:02PM +0530, shyam_i...@dell.com wrote: > > > > > > > > > > > 2) By using iscsiadm commands like the following > > > > # iscsia

Re: [libvirt] Re: [Patch v0.4] iSCSI Multi-IQN (Libvirt Support)

2009-11-18 Thread Daniel P. Berrange
On Wed, Nov 18, 2009 at 04:37:02PM +0530, shyam_i...@dell.com wrote: > > > > > > > 2) By using iscsiadm commands like the following > > > # iscsiadm -m iface -I -o new > > > # iscsiadm -m iface -I iface1 --op=update -n iface.initiatorname -v > > > > > > > In that case, why don't we make libvi

RE: [libvirt] Re: [Patch v0.4] iSCSI Multi-IQN (Libvirt Support)

2009-11-18 Thread Shyam_Iyer
> > > To: Iyer, Shyam > > > Cc: dal...@redhat.com; Bellad, Sudhir; libvir-list@redhat.com; > Domsch, > > > Matt; KM, Paniraja > > > Subject: Re: [libvirt] Re: [Patch v0.4] iSCSI Multi-IQN (Libvirt > > > Support) > > > > > > On Wed, Nov 1

Re: [libvirt] Re: [Patch v0.4] iSCSI Multi-IQN (Libvirt Support)

2009-11-18 Thread Daniel P. Berrange
libvir-list@redhat.com; Domsch, > > Matt; KM, Paniraja > > Subject: Re: [libvirt] Re: [Patch v0.4] iSCSI Multi-IQN (Libvirt > > Support) > > > > On Wed, Nov 18, 2009 at 01:53:50AM +0530, shyam_i...@dell.com wrote: > > > Iscsiadm's -I parame

RE: [libvirt] Re: [Patch v0.4] iSCSI Multi-IQN (Libvirt Support)

2009-11-18 Thread Shyam_Iyer
> -Original Message- > From: Daniel P. Berrange [mailto:berra...@redhat.com] > Sent: Wednesday, November 18, 2009 3:50 PM > To: Iyer, Shyam > Cc: dal...@redhat.com; Bellad, Sudhir; libvir-list@redhat.com; Domsch, > Matt; KM, Paniraja > Subject: Re: [libvirt] Re: [Pa

Re: [libvirt] Re: [Patch v0.4] iSCSI Multi-IQN (Libvirt Support)

2009-11-18 Thread Daniel P. Berrange
On Wed, Nov 18, 2009 at 01:53:50AM +0530, shyam_i...@dell.com wrote: > > > > -Original Message- > > Iscsiadm's -I parameter takes iface name as the parameter value and not > the iqn name. > > So I believe this approach could be taken - > > 1) Get the iqn for the corresponding iface nam

Re: [libvirt] Re: [Patch v0.4] iSCSI Multi-IQN (Libvirt Support)

2009-11-17 Thread Dave Allan
shyam_i...@dell.com wrote: -Original Message- From: Daniel P. Berrange [mailto:berra...@redhat.com] Sent: Tuesday, November 17, 2009 11:21 PM To: Dave Allan Cc: Bellad, Sudhir; libvir-list@redhat.com; Iyer, Shyam; Domsch, Matt; KM, Paniraja Subject: Re: [libvirt] Re: [Patch v0.4] iSCSI

RE: [libvirt] Re: [Patch v0.4] iSCSI Multi-IQN (Libvirt Support)

2009-11-17 Thread Shyam_Iyer
> -Original Message- > From: Daniel P. Berrange [mailto:berra...@redhat.com] > Sent: Tuesday, November 17, 2009 11:21 PM > To: Dave Allan > Cc: Bellad, Sudhir; libvir-list@redhat.com; Iyer, Shyam; Domsch, Matt; > KM, Paniraja > Subject: Re: [libvirt] Re: [Patch

Re: [libvirt] Re: [Patch v0.4] iSCSI Multi-IQN (Libvirt Support)

2009-11-17 Thread Daniel P. Berrange
On Mon, Nov 16, 2009 at 01:58:08PM -0500, Dave Allan wrote: > diff --git a/src/storage_backend_iscsi.c b/src/storage_backend_iscsi.c > index b516add..1fb21a5 100644 > --- a/src/storage_backend_iscsi.c > +++ b/src/storage_backend_iscsi.c > @@ -39,6 +39,10 @@ > #include "storage_backend_iscsi.h" >