OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_73_3-55-g2a35e3a

Gerrit Code Review gerrit@openafs.org
Fri, 16 Apr 2010 10:16:09 -0700 (PDT)


The following commit has been merged in the master branch:
commit 2a35e3a0286882eb91d4caddcb0054c413fb7db3
Author: Harald Barth <haba@kth.se>
Date:   Fri Apr 16 01:45:35 2010 -0400

    Add vos setaddrs command and man page
    
    The vos setaddrs command sets the IP addresses for a server entry
    in the Volume Location Database (VLDB). Specify one or serveral hosts.
    All existing hosts in the VLDB entry are replaced with the new entries
    on the command line.
    
    Change-Id: I3c26e49c4a6e2aebae363017d074329ac265132a
    Reviewed-on: http://gerrit.openafs.org/1744
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 doc/man-pages/pod1/vos.pod          |    5 +-
 doc/man-pages/pod1/vos_setaddrs.pod |  122 +++++++++++++++++++++++++++++++++++
 src/volser/vos.c                    |  121 +++++++++++++++++++++++++++++++----
 3 files changed, 233 insertions(+), 15 deletions(-)

-- 
OpenAFS Master Repository