linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH]  nfs(5): Document the max value "timeo=" mount option
@ 2024-02-04 10:18 Chen Hanxiao
  2024-02-07 12:30 ` Hanxiao Chen (Fujitsu)
  2024-02-14 20:52 ` Steve Dickson
  0 siblings, 2 replies; 4+ messages in thread
From: Chen Hanxiao @ 2024-02-04 10:18 UTC (permalink / raw)
  To: linux-nfs

Signed-off-by: Chen Hanxiao <chenhx.fnst@fujitsu.com>
---
 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH]  nfs(5): Document the max value "timeo=" mount option
  2024-02-04 10:18 [PATCH] nfs(5): Document the max value "timeo=" mount option Chen Hanxiao
@ 2024-02-07 12:30 ` Hanxiao Chen (Fujitsu)
  2024-02-14 20:51   ` Steve Dickson
  2024-02-14 20:52 ` Steve Dickson
  1 sibling, 1 reply; 4+ messages in thread
From: Hanxiao Chen (Fujitsu) @ 2024-02-07 12:30 UTC (permalink / raw)
  To: Hanxiao Chen (Fujitsu), linux-nfs@vger.kernel.org



> -----邮件原件-----
> 发件人: Chen Hanxiao <chenhx.fnst@fujitsu.com>
> 发送时间: 2024年2月4日 18:18
> 收件人: linux-nfs@vger.kernel.org
> 主题: [PATCH] nfs(5): Document the max value "timeo=" mount option
> 
> Signed-off-by: Chen Hanxiao <chenhx.fnst@fujitsu.com>
> ---
>  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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] nfs(5): Document the max value "timeo=" mount option
  2024-02-07 12:30 ` Hanxiao Chen (Fujitsu)
@ 2024-02-14 20:51   ` Steve Dickson
  0 siblings, 0 replies; 4+ messages in thread
From: Steve Dickson @ 2024-02-14 20:51 UTC (permalink / raw)
  To: Hanxiao Chen (Fujitsu), linux-nfs@vger.kernel.org



On 2/7/24 7:30 AM, Hanxiao Chen (Fujitsu) wrote:
> 
> 
>> -----邮件原件-----
>> 发件人: Chen Hanxiao <chenhx.fnst@fujitsu.com>
>> 发送时间: 2024年2月4日 18:18
>> 收件人: linux-nfs@vger.kernel.org
>> 主题: [PATCH] nfs(5): Document the max value "timeo=" mount option
>>
>> Signed-off-by: Chen Hanxiao <chenhx.fnst@fujitsu.com>
>> ---
>>   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
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] nfs(5): Document the max value "timeo=" mount option
  2024-02-04 10:18 [PATCH] nfs(5): Document the max value "timeo=" mount option Chen Hanxiao
  2024-02-07 12:30 ` Hanxiao Chen (Fujitsu)
@ 2024-02-14 20:52 ` Steve Dickson
  1 sibling, 0 replies; 4+ messages in thread
From: Steve Dickson @ 2024-02-14 20:52 UTC (permalink / raw)
  To: Chen Hanxiao, linux-nfs



On 2/4/24 5:18 AM, Chen Hanxiao wrote:
> Signed-off-by: Chen Hanxiao <chenhx.fnst@fujitsu.com>
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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-02-14 20:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-04 10:18 [PATCH] nfs(5): Document the max value "timeo=" mount option Chen Hanxiao
2024-02-07 12:30 ` Hanxiao Chen (Fujitsu)
2024-02-14 20:51   ` Steve Dickson
2024-02-14 20:52 ` Steve Dickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).