From: Damien Le Moal Date: Thu, 29 Aug 2019 07:21:34 +0000 (+0900) Subject: man: Improve zonemode=zbd information X-Git-Tag: fio-3.16~16 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=d4e058cdbd53f34e844c04a0ff03aa5b49b75e8e man: Improve zonemode=zbd information Clarify the use of the zonerange and zonesize options for zonemode=zbd. Signed-off-by: Damien Le Moal Signed-off-by: Jens Axboe --- diff --git a/fio.1 b/fio.1 index d7421eee..c00579bc 100644 --- a/fio.1 +++ b/fio.1 @@ -753,7 +753,10 @@ restricted to a single zone. .RE .TP .BI zonerange \fR=\fPint -Size of a single zone. See also \fBzonesize\fR and \fBzoneskip\fR. +For \fBzonemode\fR=strided, this is the size of a single zone. See also +\fBzonesize\fR and \fBzoneskip\fR. + +For \fBzonemode\fR=zbd, this parameter is ignored. .TP .BI zonesize \fR=\fPint For \fBzonemode\fR=strided, this is the number of bytes to transfer before @@ -762,8 +765,11 @@ skipping \fBzoneskip\fR bytes. If this parameter is smaller than will be accessed. If this parameter is larger than \fBzonerange\fR then each zone will be accessed multiple times before skipping to the next zone. -For \fBzonemode\fR=zbd, this is the size of a single zone. The \fBzonerange\fR -parameter is ignored in this mode. +For \fBzonemode\fR=zbd, this is the size of a single zone. The +\fBzonerange\fR parameter is ignored in this mode. For a job accessing a +zoned block device, the specified \fBzonesize\fR must be 0 or equal to the +device zone size. For a regular block device or file, the specified +\fBzonesize\fR must be at least 512B. .TP .BI zoneskip \fR=\fPint For \fBzonemode\fR=strided, the number of bytes to skip after \fBzonesize\fR