OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_11-29-g4fcaa4d
Gerrit Code Review
gerrit@openafs.org
Fri, 4 May 2012 21:33:16 -0700 (PDT)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit c431d39eb05bab87e75686cb5433b84ae8fbfe2b
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Wed May 2 18:20:45 2012 -0400
Windows: cm_BkgFetch do not impose arbitrary timeout
The afs redirector will queue extent requests for the entire file
if it is being copied to local disk as long as there is enough
page cache space to store it. If the file is 8GB and the bandwidth
from the file server is 100K/second it may take a while to get to
the end of the request queue. Do not arbitrarily time out the
requests.
Reviewed-on: http://gerrit.openafs.org/7320
Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
(cherry picked from commit f12a20e2279dc9446a1b74217c9995e3d9fc099b)
Change-Id: Ibb1da787cef20eb1ffbedd11252bae68872efbef
Reviewed-on: http://gerrit.openafs.org/7346
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/WINNT/afsrdr/user/RDRFunction.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
--
OpenAFS Master Repository