• F
    block: Turn on "unmap" in active commit · 6f13acf9
    Fam Zheng 提交于
    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: NFam Zheng <famz@redhat.com>
    Reviewed-by: NEric Blake <eblake@redhat.com>
    Message-id: 1474974892-5031-1-git-send-email-famz@redhat.com
    Signed-off-by: NJeff Cody <jcody@redhat.com>
    6f13acf9
mirror.c 35.8 KB