OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1038-gf2ec107
Gerrit Code Review
gerrit@openafs.org
Wed, 6 Apr 2011 08:20:57 -0700 (PDT)
The following commit has been merged in the master branch:
commit f2ec10782384469f276195457b13c139e4fd2cee
Author: Andrew Deason <adeason@sinenomine.net>
Date: Thu Mar 31 12:51:44 2011 -0500
salvager: Do not AskDelete on GetInodeSummary fail
GetInodeSummary can fail due to a number of different reasons, not
just because the VG doesn't exist. If, for example, we just fail to
write the temporary inode file, we will return with an error, but we
should not AskDelete the volume in that instance.
GetInodeSummary already has code to delete the volumes in question
when no inodes are found, so remove the extra AskDelete after
GetInodeSummary returns.
Change-Id: I5df7a3ffed962b62409adbedfa1c1a0445dad2f8
Reviewed-on: http://gerrit.openafs.org/4438
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/vol/vol-salvage.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
--
OpenAFS Master Repository