From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3qb9-00039d-4W for qemu-devel@nongnu.org; Wed, 14 Sep 2011 10:38:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R3qb4-0002s5-Vt for qemu-devel@nongnu.org; Wed, 14 Sep 2011 10:37:59 -0400 Received: from verein.lst.de ([213.95.11.211]:33832 helo=newverein.lst.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3qb4-0002s1-KF for qemu-devel@nongnu.org; Wed, 14 Sep 2011 10:37:54 -0400 Date: Wed, 14 Sep 2011 16:37:54 +0200 From: Christoph Hellwig Message-ID: <20110914143754.GC12218@lst.de> References: <1315628610-28222-1-git-send-email-ronniesahlberg@gmail.com> <4E6DC94C.4090503@redhat.com> <1316003085.2317.28.camel@dhcp-1-120.tlv.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1316003085.2317.28.camel@dhcp-1-120.tlv.redhat.com> Subject: Re: [Qemu-devel] [PATCH] Add iSCSI support for QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Orit Wasserman Cc: Kevin Wolf , stefanha@linux.vnet.ibm.com, qemu-devel@nongnu.org, fujita.tomonori@lab.ntt.co.jp, RonnieSahlberg , hch@lst.de On Wed, Sep 14, 2011 at 03:24:38PM +0300, Orit Wasserman wrote: > Looks quite good, didn't have any more comments. > We can use it for streaming with non shared storage with minor changes > (http://wiki.qemu.org/Features/LiveBlockMigration#ISCSI_for_non_shared_storage) That whole section makes little sense to me. An iSCSI target with multiple initiator talking to it is by defintion shared storage. Having the target on the same physical box as on of the initiators doesn't really change that.