From: Vincent Fu Date: Wed, 3 Aug 2022 17:07:36 +0000 (-0400) Subject: examples: fix ioengine in zbd-rand-write.fio X-Git-Tag: test-tag-2022-08-09~4 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b565834aa5fa119c47b69473b8efe107c7fbbfd5;p=fio.git examples: fix ioengine in zbd-rand-write.fio Make the comment and actual ioengine setting consistent to reduce possible confusion. Fixes: https://github.com/axboe/fio/issues/1433 Reported-by: thunderex@gmail.com Signed-off-by: Vincent Fu --- diff --git a/examples/zbd-rand-write.fio b/examples/zbd-rand-write.fio index 46cddd06..9494a583 100644 --- a/examples/zbd-rand-write.fio +++ b/examples/zbd-rand-write.fio @@ -1,4 +1,4 @@ -; Using the libaio ioengine, random write to a (zoned) block device, +; Using the psync ioengine, random write to a (zoned) block device, ; writing at most 32 zones at a time. Target zones are chosen randomly ; and writes directed at the write pointer of the chosen zones