OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1581-gf37b6df
Gerrit Code Review
gerrit@openafs.org
Fri, 2 Sep 2011 21:43:47 -0700 (PDT)
The following commit has been merged in the master branch:
commit f37b6dfaf050ec0270979c8310fb471c16b66cd3
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Fri Sep 2 18:32:40 2011 -0400
Windows: improve handling of volume rename
The windows cache manager tracks volumes by volume group.
Up to this point all volume location updates have been performed
by the volume name. What if the volume name was altered? In this
case the volume location information for the in use volume ids will
fail until a mount point to the new name is queried. Before
marking the volume group as non-existent attempt to perform a
lookup using either the volume id for the readwrite or readonly
volume.
Change-Id: I51b383150b0186867e1c51a28b01e8483ee470f2
Reviewed-on: http://gerrit.openafs.org/5330
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/afsd/cm_volume.c | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository