2024-02-04 10:18:58

by Chen Hanxiao

[permalink] [raw]
Subject: [PATCH] nfs(5): Document the max value "timeo=" mount option

Signed-off-by: Chen Hanxiao <[email protected]>
---
utils/mount/nfs.man | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man
index 7103d28e..233a7177 100644
--- a/utils/mount/nfs.man
+++ b/utils/mount/nfs.man
@@ -186,6 +186,10 @@ infrequently used request types are retried after 1.1 seconds.
After each retransmission, the NFS client doubles the timeout for
that request,
up to a maximum timeout length of 60 seconds.
+.IP
+Any timeo value greater than default value will be set to the default value.
+For TCP and RDMA, default value is 600 (60 seconds).
+For UDP, default value is 60 (6 seconds).
.TP 1.5i
.BI retrans= n
The number of times the NFS client retries a request before
--
2.31.1



2024-02-07 12:33:14

by Chen Hanxiao

[permalink] [raw]
Subject: Re: [PATCH] nfs(5): Document the max value "timeo=" mount option



> -----?ʼ?ԭ??-----
> ??????: Chen Hanxiao <[email protected]>
> ????ʱ??: 2024??2??4?? 18:18
> ?ռ???: [email protected]
> ????: [PATCH] nfs(5): Document the max value "timeo=" mount option
>
> Signed-off-by: Chen Hanxiao <[email protected]>
> ---
> utils/mount/nfs.man | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man
> index 7103d28e..233a7177 100644
> --- a/utils/mount/nfs.man
> +++ b/utils/mount/nfs.man
> @@ -186,6 +186,10 @@ infrequently used request types are retried after 1.1
> seconds.
> After each retransmission, the NFS client doubles the timeout for
> that request,
> up to a maximum timeout length of 60 seconds.
> +.IP
> +Any timeo value greater than default value will be set to the default value.
> +For TCP and RDMA, default value is 600 (60 seconds).
> +For UDP, default value is 60 (6 seconds).
> .TP 1.5i
> .BI retrans= n
> The number of times the NFS client retries a request before
> --

Ping?

Regards,
- Chen

2024-02-14 20:52:10

by Steve Dickson

[permalink] [raw]
Subject: Re: [PATCH] nfs(5): Document the max value "timeo=" mount option



On 2/7/24 7:30 AM, Hanxiao Chen (Fujitsu) wrote:
>
>
>> -----邮件原件-----
>> 发件人: Chen Hanxiao <[email protected]>
>> 发送时间: 2024年2月4日 18:18
>> 收件人: [email protected]
>> 主题: [PATCH] nfs(5): Document the max value "timeo=" mount option
>>
>> Signed-off-by: Chen Hanxiao <[email protected]>
>> ---
>> utils/mount/nfs.man | 4 ++++
>> 1 file changed, 4 insertions(+)
>>
>> diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man
>> index 7103d28e..233a7177 100644
>> --- a/utils/mount/nfs.man
>> +++ b/utils/mount/nfs.man
>> @@ -186,6 +186,10 @@ infrequently used request types are retried after 1.1
>> seconds.
>> After each retransmission, the NFS client doubles the timeout for
>> that request,
>> up to a maximum timeout length of 60 seconds.
>> +.IP
>> +Any timeo value greater than default value will be set to the default value.
>> +For TCP and RDMA, default value is 600 (60 seconds).
>> +For UDP, default value is 60 (6 seconds).
>> .TP 1.5i
>> .BI retrans= n
>> The number of times the NFS client retries a request before
>> --
>
> Ping?
Thanks for the ping... the darn day job got in the way... again!! :-)

steved.

>
> Regards,
> - Chen
>


2024-02-14 20:52:23

by Steve Dickson

[permalink] [raw]
Subject: Re: [PATCH] nfs(5): Document the max value "timeo=" mount option



On 2/4/24 5:18 AM, Chen Hanxiao wrote:
> Signed-off-by: Chen Hanxiao <[email protected]>
Committed!

steved.

> ---
> utils/mount/nfs.man | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man
> index 7103d28e..233a7177 100644
> --- a/utils/mount/nfs.man
> +++ b/utils/mount/nfs.man
> @@ -186,6 +186,10 @@ infrequently used request types are retried after 1.1 seconds.
> After each retransmission, the NFS client doubles the timeout for
> that request,
> up to a maximum timeout length of 60 seconds.
> +.IP
> +Any timeo value greater than default value will be set to the default value.
> +For TCP and RDMA, default value is 600 (60 seconds).
> +For UDP, default value is 60 (6 seconds).
> .TP 1.5i
> .BI retrans= n
> The number of times the NFS client retries a request before