From: Fam Zheng <famz@redhat.com>
To: "Richard W.M. Jones" <rjones@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Should 'qemu-img commit' sparsify the backing file?
Date: Thu, 5 Nov 2015 17:46:01 +0800 [thread overview]
Message-ID: <20151105094601.GA14058@ad.usersys.redhat.com> (raw)
In-Reply-To: <20151105085622.GQ29330@redhat.com>
On Thu, 11/05 08:56, Richard W.M. Jones wrote:
> On Thu, Nov 05, 2015 at 03:14:49PM +0800, Fam Zheng wrote:
> > I don't think this the purpose of "qemu-img commit". Committing
> > "new" data in overlay.qcow2 has little to do with discarding backing
> > image's fragments where there are only explict zeroes.
>
> In that case, why didn't this step sparsify the backing file?
Commit should be (by default, at least) as fast as possible, so committing
overlay.qcow2 shouldn't involve scanning the whole backing file.
But I think we can implement a dedicate "sparsify" command to do that, though.
>
> > > (3) Sparsify the overlay:
> > >
> > > $ virt-sparsify --in-place overlay.qcow2
> > > $ du -sh fedora-22.img overlay.qcow2
> > > 6.1G fedora-22.img
> > > 3.2M overlay.qcow2
> > qemu-img convert fedora-22.img fedora-22.img.1
> >
> > I don't think we have an in-place sparsifier now.
>
> virt-sparsify ...
>
Does virt-sparsify work if there is no file system present (e.g. the disk is
fully filled with zeroes) on the device?
Fam
next prev parent reply other threads:[~2015-11-05 9:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-04 16:37 [Qemu-devel] Should 'qemu-img commit' sparsify the backing file? Richard W.M. Jones
2015-11-05 7:14 ` Fam Zheng
2015-11-05 8:56 ` Richard W.M. Jones
2015-11-05 9:46 ` Fam Zheng [this message]
2015-11-05 12:18 ` Richard W.M. Jones
2015-11-09 16:03 ` Kevin Wolf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151105094601.GA14058@ad.usersys.redhat.com \
--to=famz@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=rjones@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).