From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47363) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfBeW-0006Yh-2V for qemu-devel@nongnu.org; Wed, 22 May 2013 12:12:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfBeU-0006CU-Kn for qemu-devel@nongnu.org; Wed, 22 May 2013 12:12:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53406) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfBeU-0006CQ-Bu for qemu-devel@nongnu.org; Wed, 22 May 2013 12:12:34 -0400 Message-ID: <519CEE46.5060605@redhat.com> Date: Wed, 22 May 2013 18:11:50 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20130516134415.GB9846@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC] block-trace Low Level Command Supporting Disk Introspection List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wolfgang Richter Cc: "Richard W.M. Jones" , stefanha , qemu-devel Il 22/05/2013 17:51, Wolfgang Richter ha scritto: > On Thu, May 16, 2013 at 9:44 AM, Richard W.M. Jones > wrote: > > Ideally I'd like to issue some QMP commands which would set up the > point-in-time snapshot, and then connect to this snapshot over (eg) > NBD, then when I'm done, send some more QMP commands to tear down the > > snapshot. > > > This is actually interesting. Does the QEMU nbd server support multiple > readers? Yes. > Essentially, if you're RWMJ (not me), and you're keeping a full > mirror, it's clear that the mirror write stream goes to an nbd server, > but is it possible to attach a reader to that same nbd server and read > things back (read-only)? Yes, it can be done with both qemu-nbd and the QEMU nbd server commands. Paolo