diff mbox series

[v4] block: add documentation for io_timeout

Message ID 20181226035613.GA16642@192.168.3.9 (mailing list archive)
State New, archived
Headers show
Series [v4] block: add documentation for io_timeout | expand

Commit Message

Weiping Zhang Dec. 26, 2018, 3:56 a.m. UTC
Add documentation for /sys/block/<disk>/queue/io_timeout.

Signed-off-by: Weiping Zhang <zhangweiping@didiglobal.com>
---
 Documentation/ABI/testing/sysfs-block | 9 +++++++++
 Documentation/block/queue-sysfs.txt   | 7 +++++++
 2 files changed, 16 insertions(+)

Comments

Bart Van Assche Jan. 3, 2019, 5:13 p.m. UTC | #1
On Wed, 2018-12-26 at 11:56 +0800, Weiping Zhang wrote:
> Add documentation for /sys/block/<disk>/queue/io_timeout.
> 
> Signed-off-by: Weiping Zhang <zhangweiping@didiglobal.com>
> ---
>  Documentation/ABI/testing/sysfs-block | 9 +++++++++
>  Documentation/block/queue-sysfs.txt   | 7 +++++++
>  2 files changed, 16 insertions(+)
> 
> diff --git a/Documentation/ABI/testing/sysfs-block b/Documentation/ABI/testing/sysfs-block
> index 7710d4022b19..dfad7427817c 100644
> --- a/Documentation/ABI/testing/sysfs-block
> +++ b/Documentation/ABI/testing/sysfs-block
> @@ -279,3 +279,12 @@ Description:
>  		size in 512B sectors of the zones of the device, with
>  		the eventual exception of the last zone of the device
>  		which may be smaller.
> +
> +What:		/sys/block/<disk>/queue/io_timeout
> +Date:		November 2018
> +Contact:	Weiping Zhang <zhangweiping@didiglobal.com>
> +Description:
> +		io_timeout is the request timeout in milliseconds. If a request
> +		does not complete in this time then the block driver timeout
> +		handler is invoked. That timeout handler can decide to retry
> +		the request, to fail it or to start a device recovery strategy.
> diff --git a/Documentation/block/queue-sysfs.txt b/Documentation/block/queue-sysfs.txt
> index 39e286d7afc9..83b457e24bba 100644
> --- a/Documentation/block/queue-sysfs.txt
> +++ b/Documentation/block/queue-sysfs.txt
> @@ -67,6 +67,13 @@ If set to a value larger than 0, the kernel will put the process issuing
>  IO to sleep for this amount of microseconds before entering classic
>  polling.
>  
> +io_timeout (RW)
> +---------------
> +io_timeout is the request timeout in milliseconds. If a request does not
> +complete in this time then the block driver timeout handler is invoked.
> +That timeout handler can decide to retry the request, to fail it or to start
> +a device recovery strategy.
> +
>  iostats (RW)
>  -------------
>  This file is used to control (on/off) the iostats accounting of the

Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Jens Axboe Jan. 5, 2019, 2:20 a.m. UTC | #2
On 12/25/18 8:56 PM, Weiping Zhang wrote:
> Add documentation for /sys/block/<disk>/queue/io_timeout.

Applied, thanks.
diff mbox series

Patch

diff --git a/Documentation/ABI/testing/sysfs-block b/Documentation/ABI/testing/sysfs-block
index 7710d4022b19..dfad7427817c 100644
--- a/Documentation/ABI/testing/sysfs-block
+++ b/Documentation/ABI/testing/sysfs-block
@@ -279,3 +279,12 @@  Description:
 		size in 512B sectors of the zones of the device, with
 		the eventual exception of the last zone of the device
 		which may be smaller.
+
+What:		/sys/block/<disk>/queue/io_timeout
+Date:		November 2018
+Contact:	Weiping Zhang <zhangweiping@didiglobal.com>
+Description:
+		io_timeout is the request timeout in milliseconds. If a request
+		does not complete in this time then the block driver timeout
+		handler is invoked. That timeout handler can decide to retry
+		the request, to fail it or to start a device recovery strategy.
diff --git a/Documentation/block/queue-sysfs.txt b/Documentation/block/queue-sysfs.txt
index 39e286d7afc9..83b457e24bba 100644
--- a/Documentation/block/queue-sysfs.txt
+++ b/Documentation/block/queue-sysfs.txt
@@ -67,6 +67,13 @@  If set to a value larger than 0, the kernel will put the process issuing
 IO to sleep for this amount of microseconds before entering classic
 polling.
 
+io_timeout (RW)
+---------------
+io_timeout is the request timeout in milliseconds. If a request does not
+complete in this time then the block driver timeout handler is invoked.
+That timeout handler can decide to retry the request, to fail it or to start
+a device recovery strategy.
+
 iostats (RW)
 -------------
 This file is used to control (on/off) the iostats accounting of the