[libvirt] [PATCH v2 2/7] conf: Introduce new XML tag mode for disk source

2013-07-18 Thread John Ferlan
From: Osier Yang jy...@redhat.com There are two ways to use a iSCSI LUN as disk source for qemu. * The LUN's path as it shows up on host, e.g. /dev/disk/by-path/ip-$ip:3260-iscsi-$iqn-fc18:iscsi.iscsi0-lun-1 * The libiscsi URI, e.g. iscsi://demo.org:6000/iqn.1992-01.com.example/1 For a

Re: [libvirt] [PATCH v2 2/7] conf: Introduce new XML tag mode for disk source

2013-07-18 Thread Daniel P. Berrange
On Thu, Jul 18, 2013 at 11:02:37AM -0400, John Ferlan wrote: From: Osier Yang jy...@redhat.com There are two ways to use a iSCSI LUN as disk source for qemu. * The LUN's path as it shows up on host, e.g. /dev/disk/by-path/ip-$ip:3260-iscsi-$iqn-fc18:iscsi.iscsi0-lun-1 * The libiscsi

Re: [libvirt] [PATCH v2 2/7] conf: Introduce new XML tag mode for disk source

2013-07-18 Thread Osier Yang
On 19/07/13 00:09, Daniel P. Berrange wrote: On Thu, Jul 18, 2013 at 11:02:37AM -0400, John Ferlan wrote: From: Osier Yang jy...@redhat.com There are two ways to use a iSCSI LUN as disk source for qemu. * The LUN's path as it shows up on host, e.g.