Message ID | 20240204101821.958-1-chenhx.fnst@fujitsu.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | nfs(5): Document the max value "timeo=" mount option | expand |
> -----邮件原件----- > 发件人: 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
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 >
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
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
Signed-off-by: Chen Hanxiao <chenhx.fnst@fujitsu.com> --- utils/mount/nfs.man | 4 ++++ 1 file changed, 4 insertions(+)