OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2688-g234beda
Gerrit Code Review
gerrit@openafs.org
Fri, 6 Jul 2012 11:27:33 -0700 (PDT)
The following commit has been merged in the master branch:
commit 234bedae6ef506ec1ff53854a22548e892db3f11
Author: Andrew Deason <adeason@sinenomine.net>
Date: Wed Jun 20 16:28:51 2012 -0500
vos: Avoid creating volume with the same RO/BK ids
If we specified an RW id of 5, an RO id of 6, and no BK id, this code
would assign the BK id to RW+1, or 6. This gives the RO and BK volumes
the same volume id, which is a mistake. Choose a different id instead.
Change-Id: I7910008dd6147a95d482337f91926e9e0d924b9e
Reviewed-on: http://gerrit.openafs.org/7603
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/volser/vsprocs.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository