• K
    qemu-iotests: Some more write_zeroes tests · 1ef7d010
    Kevin Wolf 提交于
    This covers some more write_zeroes cases which are relevant for the
    recent qcow2 optimisations that check the allocation status of the
    backing file for partial cluster write_zeroes requests.
    
    This needs to be separate from 034 because we can only support qcow2 in
    this test case for multiple reasons: We check the allocation status
    after write_zeroes with 'qemu-img map' and the optimised behaviour that
    produces zero clusters is only implemented in qcow2; second, the map
    command returns offsets that are qcow2 specific; and finally, we also
    use 512 byte clusters which aren't supported for formats like qed.
    Signed-off-by: NKevin Wolf <kwolf@redhat.com>
    Reviewed-by: NEric Blake <eblake@redhat.com>
    1ef7d010
group 2.7 KB