OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-208-g9fed169
Gerrit Code Review
gerrit@openafs.org
Sun, 3 Oct 2010 12:10:57 -0700 (PDT)
The following commit has been merged in the master branch:
commit 9fed169b1c5c823fd96cea94daf712b2cf06c901
Author: Andrew Deason <adeason@sinenomine.net>
Date: Fri Sep 10 15:52:34 2010 -0500
vos release: Force full dump on RO_DONTUSE sites
When releasing a volume, currently we perform an incremental dump on
RO_DONTUSE sites if the volume exists on the remote site. Since
RO_DONTUSE implies that we do not expect a site to exist there, delete
the extant volume if we find one and force a full dump.
If we perform an incremental dump, we run the risk of incrementally
dumping to a temporary volume that the administrator is not aware of,
and doesn't have any actual data but has a last update time late
enough that it may be missing some data after the incremental dump. So
to avoid that, force a full dump every time.
Change-Id: If751a66d6e1499b5d6f67457ae28277a6200c53a
Reviewed-on: http://gerrit.openafs.org/2731
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/volser/vsprocs.c | 41 ++++++++++++++++++++++++++++++++++++++++-
1 files changed, 40 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository