OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4867-g683acae

Gerrit Code Review gerrit@openafs.org
Tue, 5 Jul 2016 19:05:00 -0400


The following commit has been merged in the master branch:
commit 683acaed17da90455aab0cbb3d1539c51415b137
Author: Benjamin Kaduk <kaduk@mit.edu>
Date:   Sun May 15 13:51:56 2016 -0500

    viced: make -vhashsize usable for non-DAFS
    
    The ability to set the size of the volume hash table was added
    at the same time that DAFS was introduced, and got caught up
    in the same preprocessor conditional.  However, -vhashsize can
    be useful for the traditional fileserver as well (even though
    we recommend DAFS over the traditional fileserver), so let it
    be used in that case.
    
    Update the man pages accordingly and fix some grammar while here.
    
    Noted by Mark Vitale.
    
    Change-Id: Ic3282c9d661d60cf36f9ffb197e723a3f71da167
    Reviewed-on: https://gerrit.openafs.org/12287
    Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 doc/man-pages/pod8/dafileserver.pod.in             |    8 --------
 .../pod8/fragments/fileserver-options.pod          |    8 ++++++++
 .../pod8/fragments/fileserver-synopsis.pod         |    1 +
 src/viced/viced.c                                  |   20 ++++++++++----------
 src/vol/volume.h                                   |    3 ++-
 5 files changed, 21 insertions(+), 19 deletions(-)

-- 
OpenAFS Master Repository