From 402f08876d93be12f18703acfadb603eec7a5791 Mon Sep 17 00:00:00 2001 From: Damien Le Moal Date: Thu, 29 Aug 2019 16:21:33 +0900 Subject: [PATCH] man page: Fix read_beyond_wp description Strictly speaking, drive managed disks are not zoned block devices as they do not provide zone information nor zone commands. So remove mention of this type of disk in the zoned block device description. Signed-off-by: Damien Le Moal Signed-off-by: Jens Axboe --- fio.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fio.1 b/fio.1 index a06a12da..d7421eee 100644 --- a/fio.1 +++ b/fio.1 @@ -778,10 +778,10 @@ Zoned block devices are block devices that consist of multiple zones. Each zone has a type, e.g. conventional or sequential. A conventional zone can be written at any offset that is a multiple of the block size. Sequential zones must be written sequentially. The position at which a write must occur is -called the write pointer. A zoned block device can be either drive -managed, host managed or host aware. For host managed devices the host must -ensure that writes happen sequentially. Fio recognizes host managed devices -and serializes writes to sequential zones for these devices. +called the write pointer. A zoned block device can be either host managed or +host aware. For host managed devices the host must ensure that writes happen +sequentially. Fio recognizes host managed devices and serializes writes to +sequential zones for these devices. If a read occurs in a sequential zone beyond the write pointer then the zoned block device will complete the read without reading any data from the storage -- 2.25.1