From: Andrew Deason Date: Thu, 2 Sep 2010 18:11:32 +0000 (-0500) Subject: DAFS: document the limits of -vhashsize X-Git-Tag: upstream/1.8.0_pre1^2~4742 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=7e12632cd2c8e07baa5e6c8aecd5311870771133;p=packages%2Fo%2Fopenafs.git DAFS: document the limits of -vhashsize You can only specify a -vhashsize between 6 and 28 (inclusive). Document that in the dafileserver man page. Change-Id: I44d1c71f4ff303174e8aebf74b0b9075c07bc8b4 Reviewed-on: http://gerrit.openafs.org/2650 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/doc/man-pages/pod8/dafileserver.pod.in b/doc/man-pages/pod8/dafileserver.pod.in index cc2dbd24c..5545b5805 100644 --- a/doc/man-pages/pod8/dafileserver.pod.in +++ b/doc/man-pages/pod8/dafileserver.pod.in @@ -58,7 +58,10 @@ The default is C. =item B<-vhashsize > The log(2) number of of volume hash buckets. Default is 8 (i.e., by -default, there are 2^8 = 256 volume hash buckets). +default, there are 2^8 = 256 volume hash buckets). The minimum that can +be specified is 6 (64 hash buckets). In OpenAFS 1.5.77 and earlier, the +maximum that can be specified is 14 (16384 buckets). After 1.5.77, the +maximum that can be specified is 28 (268435456 buckets). =item B<-vlruthresh >