From: Hartmut Reuter Date: Tue, 6 Mar 2001 22:07:44 +0000 (+0000) Subject: STABLE10-mrafs-util-update-20010212 X-Git-Tag: openafs-stable-1_0_3~26 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a3ad499ade34ca1331c9bf5b1622fff2eb3e4b9f;p=packages%2Fo%2Fopenafs.git STABLE10-mrafs-util-update-20010212 (cherry picked from commit c6e03e4a4551d6c6c2d287bd99c4d6cc90fa97f4) --- 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"*/