examples: set zonemode to strided in disk-zone-profile.fio
authorChristophe Vu-Brugier <christophe.vu-brugier@seagate.com>
Mon, 12 Sep 2022 12:13:04 +0000 (14:13 +0200)
committerChristophe Vu-Brugier <christophe.vu-brugier@seagate.com>
Mon, 12 Sep 2022 12:36:29 +0000 (14:36 +0200)
This fixes the following error:

    # fio disk-zone-profile.fio
    fio: --zonemode=none and --zonesize are not compatible.

Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com>
examples/disk-zone-profile.fio

index 96e56695566541026b29d98d94ca54cae152d548..010252f087fee02b73b0f8ce6b1e8e62980483c3 100644 (file)
@@ -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