From c6e03e4a4551d6c6c2d287bd99c4d6cc90fa97f4 Mon Sep 17 00:00:00 2001 From: Hartmut Reuter Date: Mon, 12 Feb 2001 20:28:27 +0000 Subject: [PATCH] mrafs-util-update-20010212 Error additions for MR-AFS --- src/util/errors.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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"*/ -- 2.39.5