From: Jeff Cody <jcody@redhat.com>
To: qemu-block@nongnu.org
Cc: peter.maydell@linaro.org, jcody@redhat.com, qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 05/14] block: Turn on "unmap" in active commit
Date: Mon, 31 Oct 2016 15:22:52 -0400 [thread overview]
Message-ID: <1477941781-4108-6-git-send-email-jcody@redhat.com> (raw)
In-Reply-To: <1477941781-4108-1-git-send-email-jcody@redhat.com>
From: Fam Zheng <famz@redhat.com>
We already specified BDRV_O_UNMAP when opening images in 'qemu-img
commit', but didn't turn on the "unmap" in the active commit job. This
patch fixes that so that zeroed clusters in top image can be discarded
which is desired in the virt-sparsify use case, where a temporary
overlay is created and fstrim'ed before commiting back, to free space in
the original image.
This also enables it for block-commit.
Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 1474974892-5031-1-git-send-email-famz@redhat.com
Signed-off-by: Jeff Cody <jcody@redhat.com>
---
block/mirror.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/block/mirror.c b/block/mirror.c
index 3a0788e..80be93e 100644
--- a/block/mirror.c
+++ b/block/mirror.c
@@ -1074,7 +1074,7 @@ void commit_active_start(const char *job_id, BlockDriverState *bs,
mirror_start_job(job_id, bs, base, NULL, speed, 0, 0,
MIRROR_LEAVE_BACKING_CHAIN,
- on_error, on_error, false, cb, opaque, &local_err,
+ on_error, on_error, true, cb, opaque, &local_err,
&commit_active_job_driver, false, base, auto_complete);
if (local_err) {
error_propagate(errp, local_err);
--
2.7.4
next prev parent reply other threads:[~2016-10-31 19:23 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-31 19:22 [Qemu-devel] [PULL 00/14] Block patches for 2.8 Jeff Cody
2016-10-31 19:22 ` [Qemu-devel] [PULL 01/14] qapi: add release designator to gluster logfile option Jeff Cody
2016-10-31 19:22 ` [Qemu-devel] [PULL 02/14] rbd: make the code more readable Jeff Cody
2016-10-31 19:22 ` [Qemu-devel] [PULL 03/14] block: add gluster ifdef guard checks for SEEK_DATA/SEEK_HOLE support Jeff Cody
2016-10-31 19:22 ` [Qemu-devel] [PULL 04/14] block/gluster: memory usage: use one glfs instance per volume Jeff Cody
2016-10-31 19:22 ` Jeff Cody [this message]
2016-10-31 19:22 ` [Qemu-devel] [PULL 06/14] block/gluster: improve defense over string to int conversion Jeff Cody
2016-10-31 19:22 ` [Qemu-devel] [PULL 07/14] block/gluster: fix port type in the QAPI options list Jeff Cody
2016-10-31 19:22 ` [Qemu-devel] [PULL 08/14] blockjobs: hide internal jobs from management API Jeff Cody
2016-10-31 19:22 ` [Qemu-devel] [PULL 09/14] blockjobs: Allow creating internal jobs Jeff Cody
2016-10-31 19:22 ` [Qemu-devel] [PULL 10/14] Replication/Blockjobs: Create replication jobs as internal Jeff Cody
2016-10-31 19:22 ` [Qemu-devel] [PULL 11/14] blockjob: centralize QMP event emissions Jeff Cody
2016-10-31 19:22 ` [Qemu-devel] [PULL 12/14] Blockjobs: Internalize user_pause logic Jeff Cody
2016-10-31 19:23 ` [Qemu-devel] [PULL 13/14] blockjobs: split interface into public/private, Part 1 Jeff Cody
2016-10-31 19:23 ` [Qemu-devel] [PULL 14/14] blockjobs: fix documentation Jeff Cody
2016-11-01 10:23 ` [Qemu-devel] [PULL 00/14] Block patches for 2.8 Peter Maydell
2016-11-01 11:55 ` Jeff Cody
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=1477941781-4108-6-git-send-email-jcody@redhat.com \
--to=jcody@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-block@nongnu.org \
--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).