]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DAFS: document the limits of -vhashsize
authorAndrew Deason <adeason@sinenomine.net>
Thu, 2 Sep 2010 18:11:32 +0000 (13:11 -0500)
committerDerrick Brashear <shadow@dementia.org>
Tue, 5 Oct 2010 19:24:42 +0000 (12:24 -0700)
You can only specify a -vhashsize between 6 and 28 (inclusive).
Document that in the dafileserver man page.

Reviewed-on: http://gerrit.openafs.org/2650
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit 7e12632cd2c8e07baa5e6c8aecd5311870771133)
Change-Id: Ibe7da6f9916c1664050c28d136fe887b35a540ba
Reviewed-on: http://gerrit.openafs.org/2936

doc/man-pages/pod8/dafileserver.pod.in

index cc2dbd24cc9bc189ceb0e326be2c76ce323c3445..5545b58057b3a45422d0d4f820dccae0b15dfa5c 100644 (file)
@@ -58,7 +58,10 @@ The default is C<both>.
 =item B<-vhashsize <I<size>>
 
 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 <I<minutes>>