Re: [PATCH blktests v3 08/12] nvme/rc: Add minimal test image size requirement

From: Chaitanya Kulkarni
Date: Wed May 03 2023 - 05:35:19 EST


On 5/3/23 01:02, Daniel Wagner wrote:
> Some tests need a minimal test image size to work correctly. Thus add a
> helper to check the size and update these tests accordingly.
>
> The image minimum is 4M because some of the test have hard coded values.
> All tests which use the xfs fio verification job have a minimum
> requirement of 350M impossed by the xfs filesystem.
>
> Reviewed-by: Hannes Reinecke <hare@xxxxxxx>
> Signed-off-by: Daniel Wagner <dwagner@xxxxxxx>
> ---
> tests/nvme/012 | 1 +
>

thanks for documenting minimum limit imposed by fio, look good.


Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx>

-ck