On Mon, 22 Nov 2010 09:17:50 +1100 ronnie sahlberg <ronniesahlb...@gmail.com> wrote:
> This patch adds support for attaching directorly to iSCSI resources, > both DISK/SBC and CDROM/MMC, without the need to make the devices > visible to the host. This adds the iscsi initiator feature to qemu (as you did to dbench), right? > The syntax to specify a iscsi resource is > iscsi://<host>[:port]/<target-iqn-name>/<lun> > > Example : > -drive file=iscsi://127.0.0.1:3260/iqn.ronnie.test/1 > > -cdrom iscsi://127.0.0.1:3260/iqn.ronnie.test/2 Specifying lun looks odd (from the perspective of SCSI initiator)? btw, how do we specify initiator's configuration (iscsi params, chap, initiator iqn, etc)?