OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. BP--openafs-stable-1_6_x-37-g0ed1eca
Gerrit Code Review
gerrit@openafs.org
Tue, 7 Sep 2010 20:45:50 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 0ed1eca089eb965d4416dcb5f26b97d082e66786
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Tue Aug 24 16:42:57 2010 -0400
Windows: better handle RX_MSGSIZE errors
An RX_MSGSIZE error is returned by the new PMTU detection
code. It is critical that such an error result in a retry of
the operation that failed. Otherwise, the PMTU detection can't
work and the server will be marked down.
Secondly, it is important that such errors not leak to the
application layer. Map them to CM_ERROR_RETRY in all cases.
LICENSE MIT
Change-Id: I966fe259080bd31ec60fdb6715f54e18e190c790
Reviewed-on: http://gerrit.openafs.org/2656
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
(cherry picked from commit b11ff643b5665ec252ca96dc19af1446fb72481f)
Reviewed-on: http://gerrit.openafs.org/2703
src/WINNT/afsd/cm_conn.c | 5 ++---
src/WINNT/afsd/cm_utils.c | 15 ++++++++++++---
2 files changed, 14 insertions(+), 6 deletions(-)
--
OpenAFS Master Repository