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