[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [PATCH v6 09/10] blkdebug: Add ability to override unma
From: |
Max Reitz |
Subject: |
Re: [Qemu-block] [PATCH v6 09/10] blkdebug: Add ability to override unmap geometries |
Date: |
Mon, 13 Mar 2017 23:22:04 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 |
On 08.03.2017 03:54, Eric Blake wrote:
> Make it easier to simulate various unusual hardware setups (for
> example, recent commits 3482b9b and b8d0a98 affect the Dell
> Equallogic iSCSI with its 15M preferred and maximum unmap and
> write zero sizing, or b2f95fe deals with the Linux loopback
> block device having a max_transfer of 64k), by allowing blkdebug
> to wrap any other device with further restrictions on various
> alignments.
>
> Signed-off-by: Eric Blake <address@hidden>
>
> ---
> v6: more tweaks in docs and error messages
> v5: tweak docs regarding max-transfer minimum
> v4: relax 512 byte minimum now that blkdebug is byte-based, fix doc typo
> v3: improve legibility of bounds checking, improve docs
> v2: new patch
> ---
> qapi/block-core.json | 31 +++++++++++++++--
> block/blkdebug.c | 96
> +++++++++++++++++++++++++++++++++++++++++++++++++++-
> 2 files changed, 124 insertions(+), 3 deletions(-)
Reviewed-by: Max Reitz <address@hidden>
signature.asc
Description: OpenPGP digital signature
- [Qemu-block] [PATCH v6 04/10] qcow2: Discard/zero clusters by byte count, (continued)
- [Qemu-block] [PATCH v6 04/10] qcow2: Discard/zero clusters by byte count, Eric Blake, 2017/03/07
- [Qemu-block] [PATCH v6 01/10] iotests: fix 097 when run with qcow, Eric Blake, 2017/03/07
- [Qemu-block] [PATCH v6 06/10] blkdebug: Refactor error injection, Eric Blake, 2017/03/07
- [Qemu-block] [PATCH v6 07/10] blkdebug: Add pass-through write_zero and discard support, Eric Blake, 2017/03/07
- [Qemu-block] [PATCH v6 05/10] blkdebug: Sanity check block layer guarantees, Eric Blake, 2017/03/07
- [Qemu-block] [PATCH v6 08/10] blkdebug: Simplify override logic, Eric Blake, 2017/03/07
- [Qemu-block] [PATCH v6 10/10] tests: Add coverage for recent block geometry fixes, Eric Blake, 2017/03/07
- [Qemu-block] [PATCH v6 09/10] blkdebug: Add ability to override unmap geometries, Eric Blake, 2017/03/07
- Re: [Qemu-block] [PATCH v6 09/10] blkdebug: Add ability to override unmap geometries,
Max Reitz <=
- Re: [Qemu-block] [PATCH v6 00/10] add blkdebug tests, Kevin Wolf, 2017/03/08