From b565834aa5fa119c47b69473b8efe107c7fbbfd5 Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Wed, 3 Aug 2022 13:07:36 -0400 Subject: [PATCH] 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 --- examples/zbd-rand-write.fio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1