From: Christophe Vu-Brugier Date: Mon, 12 Sep 2022 12:13:04 +0000 (+0200) Subject: examples: set zonemode to strided in disk-zone-profile.fio X-Git-Tag: fio-3.33~39^2~1 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=9f2eaaf58dd20e8bbad8eb33d36c91b9cff1ab43 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 --- 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