From: Hartmut Reuter Date: Mon, 12 Feb 2001 20:28:27 +0000 (+0000) Subject: mrafs-util-update-20010212 X-Git-Tag: BP-openafs-devel-autoconf~62 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c6e03e4a4551d6c6c2d287bd99c4d6cc90fa97f4;p=packages%2Fo%2Fopenafs.git mrafs-util-update-20010212 Error additions for MR-AFS --- diff --git a/src/util/errors.h b/src/util/errors.h index 3dfb9281f..ca75596f3 100644 --- a/src/util/errors.h +++ b/src/util/errors.h @@ -48,8 +48,12 @@ propagated to the application level */ #define VMOVED 111 /* Volume has moved to another server; do a VGetVolumeInfo to THIS server to find out where */ -#define VIO 112 /* Vnode temporarily unaccessible, but not known to +#define VIO 112 /* Vnode temporarily unaccessible, but not known to be permanently bad. */ +#define VRESTRICTED 120 /* Volume is restricted from using one or more + of the given residencies; do a + vos examine to find out the current + restrictions. */ #define VRESTARTING -100 /* server is restarting, otherwise similar to VBUSY above. This is negative so that old cache managers treat it as "server is down"*/