diff options
author | Kenneth Dsouza <kdsouza@redhat.com> | 2018-01-29 22:16:08 +0530 |
---|---|---|
committer | Pavel Shilovsky <pshilov@microsoft.com> | 2018-03-09 10:44:14 -0800 |
commit | 8d80660f7145eea89a32b4bd37b044da988d2918 (patch) | |
tree | d62884b2b9b0d5d483b59ad24284783d72a40590 | |
parent | b7eb1124570afa5de9cc511455d00e850fc99c5f (diff) | |
download | cifs-utils-8d80660f7145eea89a32b4bd37b044da988d2918.tar.gz cifs-utils-8d80660f7145eea89a32b4bd37b044da988d2918.tar.bz2 cifs-utils-8d80660f7145eea89a32b4bd37b044da988d2918.zip |
update mount.cifs manpage with info about echo_interval option.
Adds information regarding reconnection time.
Acked-by: Sachin Prabhu <sprabhu@redhat.com>
Signed-off-by: Kenneth D'souza <kdsouza@redhat.com>
-rw-r--r-- | mount.cifs.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mount.cifs.rst b/mount.cifs.rst index a4445b8..a81c6c4 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 |