From 9f2eaaf58dd20e8bbad8eb33d36c91b9cff1ab43 Mon Sep 17 00:00:00 2001 From: Christophe Vu-Brugier Date: Mon, 12 Sep 2022 14:13:04 +0200 Subject: [PATCH] examples: set zonemode to strided in disk-zone-profile.fio This fixes the following error: # fio disk-zone-profile.fio fio: --zonemode=none and --zonesize are not compatible. Signed-off-by: Christophe Vu-Brugier --- examples/disk-zone-profile.fio | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/disk-zone-profile.fio b/examples/disk-zone-profile.fio index 96e56695..010252f0 100644 --- a/examples/disk-zone-profile.fio +++ b/examples/disk-zone-profile.fio @@ -1,4 +1,4 @@ -; Read disk in zones of 128m/2g, generating a plot of that afterwards +; Read disk in zones of 256m/2g. Generating a plot of that afterwards ; should give a nice picture of the zoning of this drive [global] @@ -7,6 +7,7 @@ direct=1 rw=read ioengine=libaio iodepth=2 +zonemode=strided zonesize=256m zoneskip=2g write_bw_log -- 2.25.1