[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 1/3] block: Image file option amendment
From: |
Kevin Wolf |
Subject: |
Re: [Qemu-devel] [PATCH 1/3] block: Image file option amendment |
Date: |
Wed, 28 Aug 2013 14:26:04 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Am 28.08.2013 um 14:22 hat Eric Blake geschrieben:
> On 08/28/2013 02:08 AM, Max Reitz wrote:
> > This patch adds the "amend" option to qemu-img which allows changing
> > image options on existing image files. It also adds the generic bdrv
> > implementation which is basically just a wrapper for the image format
> > specific function.
> >
>
> > +
> > address@hidden amend [-f @var{fmt}] -o @var{options} @var{filename}
> > +
> > +Amends the image format specific @var{options} for the image file
> > address@hidden Only the format @code{qcow2} supports this.
>
> The flattening of implicit zero clusters into explicit may take a
> significant amount of time; please consider adding support for -p
> (progress meter) as part of this addition. (I'm already bothered by the
> fact that the 'commit' operation lacks a progress meter; and even
> 'check' might have cases where it could be long-running)
Good point. I think we can keep that separate, though. Let's get the
basic functionality in first, and then add a series on top that adds a
progress meter to those qemu-img subcommands for which it makes sense.
Kevin
[Qemu-devel] [PATCH 1/3] block: Image file option amendment, Max Reitz, 2013/08/28
[Qemu-devel] [PATCH 2/3] qcow2: Implement bdrv_amend_options, Max Reitz, 2013/08/28