OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-devel-1_5_77-72-g2dafa9b
Gerrit Code Review
gerrit@openafs.org
Mon, 25 Oct 2010 14:46:48 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 2dafa9b57b5e58f6d65c502dcb1ded87ae682ce5
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.
Reviewed-on: http://gerrit.openafs.org/2731
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
(cherry picked from commit 9fed169b1c5c823fd96cea94daf712b2cf06c901)
Change-Id: I2bb301084fa3d2433cd5bf5f8bfde3b1726f2fae
Reviewed-on: http://gerrit.openafs.org/3046
Tested-by: Derrick Brashear <shadow@dementia.org>
src/volser/vsprocs.c | 41 ++++++++++++++++++++++++++++++++++++++++-
1 files changed, 40 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository