On Oct 27, 2022 / 15:01, Shin'ichiro Kawasaki wrote: > The option experimental_verify does not work with zonemode=zbd. Add a > test case to check that fio errors out when the both options are > specified. > > Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@xxxxxxx> > --- > t/zbd/test-zbd-support | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/t/zbd/test-zbd-support b/t/zbd/test-zbd-support > index ce4a5916..7f5e9b1f 100755 > --- a/t/zbd/test-zbd-support > +++ b/t/zbd/test-zbd-support > @@ -1289,6 +1289,14 @@ test59() { > >> "${logfile}.${test_number}" 2>&1 || return $? > } > > +# Test fio erros out experimental_verify option with zonemode=zbd. I found the word "erros" is typo of "errors". Will fix it in v3. -- Shin'ichiro Kawasaki