OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3665-g3929282
Gerrit Code Review
gerrit@openafs.org
Wed, 27 Mar 2013 05:55:27 -0700 (PDT)
The following commit has been merged in the master branch:
commit 3929282d2767bd35e54037e5477e917979c84be3
Author: Andrew Deason <adeason@sinenomine.net>
Date: Tue Mar 26 17:00:05 2013 -0500
volser: Indicate busy volume with VBUSY
Commit 34fc86bcc749f3bd059831b7e5dae03dc09a9393 changed several uses
of VBUSY to VOLSERVOLBUSY in order to detect retriable operations.
However, one such change did not change an Rx abort code, but instead
was used for the 'status' field for a volintInfo or volintXInfo
structure. That is not really a general error code, but a field with a
few specific known values (at least, that is how existing clients
interpret it).
Go back to using VBUSY, so clients indicate the volume as busy,
instead of as offline/unattached.
Reported by Andy Malato.
Change-Id: Ia569633d98266cb15c059e66150d8d7f91d20dca
Reviewed-on: http://gerrit.openafs.org/9678
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/volser/volprocs.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository