LICENSE MIT
VNOVOL means the volume could not be attached which from the client
perspective is the same as being offline. The VLDB should not be
queried in response to this error.
(cherry picked from commit
a0e454bd41ec8b363f7669d620d4ff3caa8caf1d)
for (tsrp = serversp; tsrp; tsrp=tsrp->next) {
if (tsrp->server == serverp) {
/* REDIRECT */
- if (errorCode == VNOVOL || errorCode == VMOVED) {
+ if (errorCode == VMOVED) {
tsrp->status = srv_deleted;
if (fidp) {
cm_ForceUpdateVolume(fidp, userp, reqp);