From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54466) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3rZi-0000Tb-Qw for qemu-devel@nongnu.org; Wed, 14 Sep 2011 11:40:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R3rZh-0000aN-UQ for qemu-devel@nongnu.org; Wed, 14 Sep 2011 11:40:34 -0400 Received: from verein.lst.de ([213.95.11.211]:33848 helo=newverein.lst.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3rZh-0000aI-OQ for qemu-devel@nongnu.org; Wed, 14 Sep 2011 11:40:33 -0400 Date: Wed, 14 Sep 2011 17:40:33 +0200 From: Christoph Hellwig Message-ID: <20110914154033.GA13411@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> <20110914143754.GC12218@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] Add iSCSI support for QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , stefanha@linux.vnet.ibm.com, qemu-devel@nongnu.org, fujita.tomonori@lab.ntt.co.jp, Orit Wasserman , RonnieSahlberg , Christoph Hellwig On Wed, Sep 14, 2011 at 04:35:50PM +0100, Stefan Hajnoczi wrote: > I think the motivation for iSCSI target support in QEMU is exactly > what you mentioned - providing shared storage. In migration scenarios > it is necessary temporarily make shared storage possible with an image > that is on a local disk. Why do we need to use the complex iSCSI protocol for that instead of simply using NBD?