OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_75-160-gbc6fe06
Gerrit Code Review
gerrit@openafs.org
Tue, 10 Aug 2010 22:41:55 -0700 (PDT)
The following commit has been merged in the master branch:
commit bc6fe06ae5829676b84028adc2aa088c8e69574f
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Wed Aug 11 01:10:38 2010 -0400
Windows: cm_Analyze should treat VOFFLINE like VMOVED or VNOVOL
Volume package bugs in the file server can result in VOFFLINE
being returned to the client instead of VNOVOL or VMOVED. As
a result the Unix CM treats VOFFLINE the same as VMOVED and VNOVOL.
The Windows client has not. As a result, bugs in the file server
can cause the Windows client to lose if the volume has in fact
been moved to another server.
As part of this change, the volume location list is updated prior
to the volume status being applied to the server from which the
error was received.
LICENSE MIT
Change-Id: I01036aa9d1999d0ba6822beb1b73500d365bf0b3
Reviewed-on: http://gerrit.openafs.org/2532
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/afsd/cm_conn.c | 97 +++++++++++++++++++++++----------------------
1 files changed, 50 insertions(+), 47 deletions(-)
--
OpenAFS Master Repository