OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_21-46-g180c5ca
Gerrit Code Review
gerrit@openafs.org
Sat, 2 Feb 2013 21:34:18 -0800 (PST)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit 8eeee382a11388be1df4f8ddc82661e2da36f7a3
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Wed Dec 19 16:52:34 2012 -0500
Windows: Disable hard dead timeout for RDR File Server connections
The UNIX cache manager does not implement hard dead timeouts
on file server connections. The Windows cache manager had to
because of the SMB connection timeout requirements. For the
AFS redirector there is no timeout requirement. Therefore,
when the SMB stack is disabled the Windows cache manager can
disable the hard dead timeout.
The idle dead timeouts are in place to cancel connections when
file servers stop replying with real data.
Reviewed-on: http://gerrit.openafs.org/8828
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
(cherry picked from commit 2f8de279e11ff954c0034eb1fd4695cb015d956f)
Change-Id: Ib89f5ff041511bb2582aaee9c0ca6af67705ce87
Reviewed-on: http://gerrit.openafs.org/9025
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsd/cm_conn.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository