OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-915-gf2c1f2e
Gerrit Code Review
gerrit@openafs.org
Thu, 24 Mar 2011 09:22:00 -0700 (PDT)
The following commit has been merged in the master branch:
commit f2c1f2ee48663d00701e7cee52b99151e36b9534
Author: Andrew Deason <adeason@sinenomine.net>
Date: Wed Mar 23 16:12:20 2011 -0500
salvager: Do not AskOnline nonexistent volumes
If singleVolumeNumber is not in our volume summary list, then the
singleVolumeNumber volume does not exist. So, don't try to bring it
back online. Still do try to make sure we don't have the volume
checked out, though, so issue an AskDelete, so ensure that it's not
checked out and that the fileserver does not think it exists.
Change AskDelete so we don't care if we tried to delete a volume that
the fileserver thinks already doesn't exist. Change the FSYNC_VOL_DONE
handler so it does not complain about already-deleted volumes.
Change-Id: I33dd876c0db91a3c8a5210fca329d63bf4b3d212
Reviewed-on: http://gerrit.openafs.org/4295
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/vol/fssync-server.c | 4 ++++
src/vol/vol-salvage.c | 17 +++++++++++++----
2 files changed, 17 insertions(+), 4 deletions(-)
--
OpenAFS Master Repository