From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36820) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R32HM-000612-Ce for qemu-devel@nongnu.org; Mon, 12 Sep 2011 04:54:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R32HL-0000gY-7u for qemu-devel@nongnu.org; Mon, 12 Sep 2011 04:54:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19407) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R32HK-0000gU-Vz for qemu-devel@nongnu.org; Mon, 12 Sep 2011 04:54:11 -0400 Message-ID: <4E6DC94C.4090503@redhat.com> Date: Mon, 12 Sep 2011 10:56:44 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1315628610-28222-1-git-send-email-ronniesahlberg@gmail.com> In-Reply-To: <1315628610-28222-1-git-send-email-ronniesahlberg@gmail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Add iSCSI support for QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ronnie Sahlberg Cc: fujita.tomonori@lab.ntt.co.jp, Orit Wasserman , hch@lst.de, qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com Am 10.09.2011 06:23, schrieb Ronnie Sahlberg: > List, > > Please find a patch that adds built-in iSCSI support to QEMU when built and linked against the multiplatform iscsi initiator library at git://github.com/sahlberg/libiscsi.git > > All previous comments and suggestions have been addressed in this patch. > > I and others have done extensive testing and used this patch extensively over the last ~6 months with great result. > > > In some situations, using a built-in iscsi inititator has benefits against mounting the LUNs on the host. > > * Privacy: The iSCSI LUNs are private to the guest and are not visible either to the host, nor to any processes running on the host. > * Ease of managment : If you have very many guests and very many, thousands of, iSCSI LUNs. It is inconvenient to have to expose all LUNs to the underlying host. > * No root requirement. Since the iSCSI LUNs are not mounted as devices on the host, ordinary users can set up and use iSCSI resources without the need for root privilege on the host to map the devices to local scsi devices. > > > Please merge this patch to master or explain how I should change the patch so that it becomes acceptable for inclusion into QEMU. Orit, I think you could be interested in reviewing this patch? Kevin