All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] update mount.cifs manpage with info about echo_interval option.
@ 2018-01-29 16:46 Kenneth Dsouza
       [not found] ` <CAA_-hQKtvKwC1aKYYhe=gieVj9MXgEms2QDfCMgbeHhFPhiBbw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Kenneth Dsouza @ 2018-01-29 16:46 UTC (permalink / raw)
  To: linux-cifs-u79uwXL29TY76Z2rM5mHXA; +Cc: smfrench-Re5JQEeQqe8AvxtiuMwx3w

Adds information regarding reconnection time.

Signed-off-by: Kenneth D'souza <kdsouza-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
---
 mount.cifs.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/mount.cifs.rst b/mount.cifs.rst
index 023ff34..3bf30cd 100644
--- a/mount.cifs.rst
+++ b/mount.cifs.rst
@@ -385,6 +385,15 @@ mfsymlinks
   option. Minshall+French symlinks are used even if the server supports
   the CIFS Unix Extensions.

+echo_interval=n
+  sets the interval at which echo requests are sent to the server on an
+  idling connection. This setting also affects the time required for a
+  connection to an unresponsive server to timeout. Here n is the echo
+  interval in seconds. The reconnection happens at twice the value of the
+  echo_interval set for an unresponsive server.
+  If this option is not given then the default value of 60 seconds is used.
+  The minimum tunable value is 1 second and maximum can go up to 600 seconds.
+
 serverino
   Use inode numbers (unique persistent file identifiers) returned by the
   server instead of automatically generating temporary inode numbers on
-- 
2.14.3

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

* Re: [PATCH v2] update mount.cifs manpage with info about echo_interval option.
       [not found] ` <CAA_-hQKtvKwC1aKYYhe=gieVj9MXgEms2QDfCMgbeHhFPhiBbw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2018-01-30 12:13   ` Sachin Prabhu
       [not found]     ` <CAMcOejVQYB9xC7fQGFQ86=ZcwvL+0HyaiaygdBs1zHpHFGDk0Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Sachin Prabhu @ 2018-01-30 12:13 UTC (permalink / raw)
  To: Kenneth Dsouza; +Cc: linux-cifs, French, Steve, Pavel Shilovskiy

Acked-by: Sachin Prabhu <sprabhu-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>

On Mon, Jan 29, 2018 at 10:16 PM, Kenneth Dsouza <kdsouza-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote:
> Adds information regarding reconnection time.
>
> Signed-off-by: Kenneth D'souza <kdsouza-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
> ---
>  mount.cifs.rst | 9 +++++++++
>  1 file changed, 9 insertions(+)
>
> diff --git a/mount.cifs.rst b/mount.cifs.rst
> index 023ff34..3bf30cd 100644
> --- a/mount.cifs.rst
> +++ b/mount.cifs.rst
> @@ -385,6 +385,15 @@ mfsymlinks
>    option. Minshall+French symlinks are used even if the server supports
>    the CIFS Unix Extensions.
>
> +echo_interval=n
> +  sets the interval at which echo requests are sent to the server on an
> +  idling connection. This setting also affects the time required for a
> +  connection to an unresponsive server to timeout. Here n is the echo
> +  interval in seconds. The reconnection happens at twice the value of the
> +  echo_interval set for an unresponsive server.
> +  If this option is not given then the default value of 60 seconds is used.
> +  The minimum tunable value is 1 second and maximum can go up to 600 seconds.
> +
>  serverino
>    Use inode numbers (unique persistent file identifiers) returned by the
>    server instead of automatically generating temporary inode numbers on
> --
> 2.14.3
> --
> To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH v2] update mount.cifs manpage with info about echo_interval option.
       [not found]     ` <CAMcOejVQYB9xC7fQGFQ86=ZcwvL+0HyaiaygdBs1zHpHFGDk0Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2018-01-30 18:53       ` Pavel Shilovsky
  0 siblings, 0 replies; 3+ messages in thread
From: Pavel Shilovsky @ 2018-01-30 18:53 UTC (permalink / raw)
  To: Sachin Prabhu; +Cc: Kenneth Dsouza, linux-cifs, French, Steve, Pavel Shilovskiy

2018-01-30 4:13 GMT-08:00 Sachin Prabhu <sprabhu-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>:
> Acked-by: Sachin Prabhu <sprabhu-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
>
> On Mon, Jan 29, 2018 at 10:16 PM, Kenneth Dsouza <kdsouza-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote:
>> Adds information regarding reconnection time.
>>
>> Signed-off-by: Kenneth D'souza <kdsouza-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
>> ---
>>  mount.cifs.rst | 9 +++++++++
>>  1 file changed, 9 insertions(+)
>>
>> diff --git a/mount.cifs.rst b/mount.cifs.rst
>> index 023ff34..3bf30cd 100644
>> --- a/mount.cifs.rst
>> +++ b/mount.cifs.rst
>> @@ -385,6 +385,15 @@ mfsymlinks
>>    option. Minshall+French symlinks are used even if the server supports
>>    the CIFS Unix Extensions.
>>
>> +echo_interval=n
>> +  sets the interval at which echo requests are sent to the server on an
>> +  idling connection. This setting also affects the time required for a
>> +  connection to an unresponsive server to timeout. Here n is the echo
>> +  interval in seconds. The reconnection happens at twice the value of the
>> +  echo_interval set for an unresponsive server.
>> +  If this option is not given then the default value of 60 seconds is used.
>> +  The minimum tunable value is 1 second and maximum can go up to 600 seconds.
>> +
>>  serverino
>>    Use inode numbers (unique persistent file identifiers) returned by the
>>    server instead of automatically generating temporary inode numbers on
>> --
>> 2.14.3
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
>> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> --
> To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

Thanks. I am going to merge this and other patches within two weeks.

--
Best regards,
Pavel Shilovsky

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

end of thread, other threads:[~2018-01-30 18:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-29 16:46 [PATCH v2] update mount.cifs manpage with info about echo_interval option Kenneth Dsouza
     [not found] ` <CAA_-hQKtvKwC1aKYYhe=gieVj9MXgEms2QDfCMgbeHhFPhiBbw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-01-30 12:13   ` Sachin Prabhu
     [not found]     ` <CAMcOejVQYB9xC7fQGFQ86=ZcwvL+0HyaiaygdBs1zHpHFGDk0Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-01-30 18:53       ` Pavel Shilovsky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.