OpenAFS CVS Commit: openafs/src/WINNT/afsd by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Thu, 12 Feb 2009 16:35:06 EST


Update of /cvs/openafs/src/WINNT/afsd
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-kdfs/src/WINNT/afsd

Modified Files:
      Tag: openafs-windows-kdfs-ifs-branch
	cm_conn.c cm_conn.h cm_volume.c 
Log Message:
DELTA KDFS-windows-vmoved-vnovol-failover-20090212 
AUTHOR jaltman@secure-endpoints.com 
LICENSE MIT 
FIXES 124276 

A readonly volume with multiple instances was being marked alldown 
when one of the instances resulted in VNOVOL because the vldb and 
the indicated file server were out of sync. The cache manager would 
then attempt to re-obtain the volume location info from the vldb 
for the entire timeout period. 

This patch: 

adds trace logging to cm_Analyze indicating which server references 
are being deleted and which remain in response to a VNOVOL/VMOVED error. 

adds trace logging to cm_UpdateVolumeStatusInt showing how the 
new volume status value is determined. 

corrects cm_Analyze() so that it doesn't corrupt the server reference 
list during cm_FreeServerList() calls; doesn't orphan the server reference 
list by setting *serverpp to NULL; and only re-obtains the volume info 
list once per request. 



--- DELTA config for openafs-windows-kdfs-ifs-branch follows ---
KDFS-windows-vmoved-vnovol-failover-20090212 openafs/src/WINNT/afsd/cm_conn.c 1.89.2.18 1.89.2.19
KDFS-windows-vmoved-vnovol-failover-20090212 openafs/src/WINNT/afsd/cm_conn.h 1.23.2.8 1.23.2.9
KDFS-windows-vmoved-vnovol-failover-20090212 openafs/src/WINNT/afsd/cm_volume.c 1.50.2.22 1.50.2.23