qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Lapo Luchini <lapo@lapo.it>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] copy on write-but-no-change
Date: Fri, 07 Sep 2007 00:55:09 +0200	[thread overview]
Message-ID: <46E0854D.8000301@lapo.it> (raw)

I noticed that cow adds space also if the written data is the same as
the one it was there already.
Is there a reason why checking it would be bad/difficult/slow/other?
Simply no one had the will to code the check?

I ask because for shrinking drives I usually create big zero-filled
files... and this grows the qcow2 image like mad, and only a compressed
convert can properly shrink it back. OK, it is not to be done very very
often, but not copying those writes that don't actually change the data
seems like a good idea... don't know about the speed hit, though.

Another idea would be to detect "only zero" write blocks and simply
interpret them as "put a hole in the sparse file" instead of actually
writing data to disk.

Just the first idea that hit me after a few hours of qemu usage, don't
hit me with a brick if it has already been discussed to death: I
searched it in the gmane.org archives to no avail ;-)

-- 
Lapo Luchini
lapo@lapo.it (OpenPGP & X.509)
www.lapo.it (Jabber, ICQ, MSN)

             reply	other threads:[~2007-09-06 22:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-06 22:55 Lapo Luchini [this message]
2007-09-07 15:40 ` [Qemu-devel] copy on write-but-no-change Luke -Jr
2007-09-11  6:47   ` Rob Landley

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=46E0854D.8000301@lapo.it \
    --to=lapo@lapo.it \
    --cc=qemu-devel@nongnu.org \
    /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).