[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH for-2.6 v2 0/3] block: Fix drive-mirror with image s
From: |
Fam Zheng |
Subject: |
[Qemu-devel] [PATCH for-2.6 v2 0/3] block: Fix drive-mirror with image size unaligned with granularity |
Date: |
Wed, 20 Apr 2016 10:48:33 +0800 |
v2: Move the mirror_clip_sectors() to mirror_iteration. [Max]
This fixes the bug introduced in e5b43573e28 and lately noticed by Kevin.
Fam Zheng (3):
mirror: Don't extend the last sub-chunk
iotests: Add iotests.image_size
iotests: Test case for drive-mirror with unaligned image size
block/mirror.c | 15 +++++++++++--
tests/qemu-iotests/109.out | 44 ++++++++++++++++++-------------------
tests/qemu-iotests/152 | 51 +++++++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/152.out | 5 +++++
tests/qemu-iotests/group | 1 +
tests/qemu-iotests/iotests.py | 6 +++++
6 files changed, 98 insertions(+), 24 deletions(-)
create mode 100644 tests/qemu-iotests/152
create mode 100644 tests/qemu-iotests/152.out
--
2.5.5
- [Qemu-devel] [PATCH for-2.6 v2 0/3] block: Fix drive-mirror with image size unaligned with granularity,
Fam Zheng <=