OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_0-57-gace2f7f

Gerrit Code Review gerrit@openafs.org
Fri, 13 Nov 2020 11:13:25 -0500


The following commit has been merged in the master branch:
commit ace2f7f5ce13502f5cb6ec39a9e84864b80ec76b
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Mon Dec 23 18:37:21 2019 -0500

    vos: Add missing -partition requires -server checks
    
    The `vos remove` command was missing a check for the -server option when
    the -partition option is given. This command requires the -server option
    when the -partition is given, as documented in the man page.
    
    The `vos syncvldb` command performed the check for the -server option
    when the -partition option is given, but in the wrong location.
    
    As documented, the `vos unlockvldb` command permits the -partition
    option without a -server option, in which case all of the volumes listed
    in the VLDB with sites on the specified partition are unlocked.
    However, this command incorrectly issued an RPC to a volume server at
    address 0.0.0.0 when only the partition is given.
    
    Change-Id: I6b878678e28b34250e63d2d082747f6fd416972d
    Reviewed-on: https://gerrit.openafs.org/14005
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>

 src/volser/vos.c |   36 ++++++++++++++++++++++--------------
 1 files changed, 22 insertions(+), 14 deletions(-)

-- 
OpenAFS Master Repository