From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41418) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpXbF-000107-U6 for qemu-devel@nongnu.org; Thu, 29 Sep 2016 05:25:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpXbF-0004hZ-0a for qemu-devel@nongnu.org; Thu, 29 Sep 2016 05:25:53 -0400 Date: Thu, 29 Sep 2016 17:25:40 +0800 From: Fam Zheng Message-ID: <20160929092540.GC1118@lemon> References: <20160929083435.GE5312@redhat.com> <20160929084325.GA1118@lemon> <20160929085109.GG5312@redhat.com> <20160929090920.GB1118@lemon> <20160929091537.GH5312@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160929091537.GH5312@redhat.com> Subject: Re: [Qemu-devel] RFC: handling image options with drive-mirror/drive-backup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: kwolf@redhat.com, "Daniel P. Berrange" Cc: qemu-devel@nongnu.org, Stefan Hajnoczi , qemu-block@nongnu.org On Thu, 09/29 10:15, Daniel P. Berrange wrote: > On Thu, Sep 29, 2016 at 05:09:20PM +0800, Fam Zheng wrote: > > On Thu, 09/29 09:51, Daniel P. Berrange wrote: > > > On Thu, Sep 29, 2016 at 04:43:25PM +0800, Fam Zheng wrote: > > > > On Thu, 09/29 09:34, Daniel P. Berrange wrote: > > > > > So my suggestion is that we deprecate "drive-mirror" and define a fixed > > > > > command "drive-mirror-blockdev" (or "blockdev-mirror" ?) that accepts > > > > > the proper BlockdevOptions QAPI type for the target as above. > > > > > > > > Are you aware that there is already a blockdev-mirror command? Supposedly it > > > > can do what you need, together with blockdev-add once the latter is deemed > > > > ready. > > > > > > Clearly I'm not aware of that :-) It seems libvirt does not yet use > > > blockdev-mirror either, which is where I got the original bug report > > > about drive-mirror from. > > > > Libvirt doesn't support blockdev-add yet, because the command is still being > > actively worked on at QEMU side, and is therefore thought to be not "stable" > > yet. Though, I think blockdev-add + blockdev-{mirror,backup} are already useful > > for common tasks (like your use case with LUKS). > > In what way is it "unstable", aside from the obvious limitation that some > of the blockdev backends are not yet represented in BlockdevOptions QAPI > schema ? I think another risk is that it is so flexible in terms of building up the block node graph (especially with BdrvChild referencing) that things may go loose unexpectedly if the user is doing things we haven't really expected. I don't have the full list in mind. Maybe Kevin can explain more. Fam