On Wed, 13 Oct 2021 15:08:58 +0900, Shin'ichiro Kawasaki wrote: > Recently test case failures of t/zbd/test-zoned-support were observed, which > were unique to specific zoned block devices. Several test cases fail when the > device has large zone size in GB order. Some test cases fail when zone capacity > is unaligned to block sizes. Some other test cases fail when the zoned block > device has strict open zone resource limitations. > > This patch series addresses the failures. The 1st patch is a preparation for the > next patch. The 2nd and the 3rd patches fix the failures observed due to large > zone size. The 4th patch fixes the failures observed due to zone capacity > unaligned to block size. The last patch adds an option to the test script to > support strict zone resource limitations. > > [...] Applied, thanks! [1/5] zbd: Remove cast to unsigned long long for printf commit: ee5e3436012aad0d2a06c7638dad39f01ee44c1e [2/5] zbd: Fix type of local variable min_bs commit: 07fc3f57d106e58e0bcfff1a46ec8b4266770388 [3/5] t/zbd: Do not use too large block size in test case #4 commit: 1f5dd7fa0f2425b5c21ce2fbe2944a57df462632 [4/5] t/zbd: Align block size to zone capacity commit: 1ae82d673cf5e704b93da56655f6189f43a1592e [5/5] t/zbd: Add -w option to ensure no open zone before write tests commit: ccf9d1efdae8a440fff750037117428f27e40b43 Best regards, -- Jens Axboe