From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXydS-0000iH-2s for qemu-devel@nongnu.org; Mon, 22 Feb 2016 17:07:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aXydR-0004RZ-6M for qemu-devel@nongnu.org; Mon, 22 Feb 2016 17:07:18 -0500 From: John Snow Date: Mon, 22 Feb 2016 17:07:04 -0500 Message-Id: <1456178827-6419-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/3] blockjob: correct backup cluster size for backups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: kwolf@redhat.com, famz@redhat.com, jcody@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, John Snow Backups sometimes need a non-64KiB transfer cluster size. See patch #2 for the detailed justificaton. === v2 === 01: Removed "sectors_per_cluster" as a cached property of the Backup Block Job, In favor of recomputing it with a small function where needed. (I like v1 more. Thoughts?) 02: Expand correction to all backup modes instead of just incremental. Added credit: Thanks to Fam Z for noticing this problem! 03: Minor phrasing change in a comment. Added r-b. ________________________________________________________________________________ For convenience, this branch is available at: https://github.com/jnsnow/qemu.git branch incremental-granularity-fix https://github.com/jnsnow/qemu/tree/incremental-granularity-fix This version is tagged incremental-granularity-fix-v2: https://github.com/jnsnow/qemu/releases/tag/incremental-granularity-fix-v2 John Snow (3): block/backup: make backup cluster size configurable block/backup: avoid copying less than full target clusters iotests/124: Add cluster_size mismatch test block/backup.c | 72 ++++++++++++++++++++++++++++------------------ tests/qemu-iotests/124 | 58 +++++++++++++++++++++++++++++++++---- tests/qemu-iotests/124.out | 4 +-- 3 files changed, 99 insertions(+), 35 deletions(-) -- 2.4.3