Browse Source

Sane default size for afs cache, and leave example ualberta.ca in

ThisCell, so anonymous access will work. ok deraadt@
OPENBSD_3_5
beck 21 years ago
parent
commit
8e4140a95e
2 changed files with 7 additions and 7 deletions
  1. +1
    -1
      src/etc/afs/ThisCell
  2. +6
    -6
      src/etc/afs/afsd.conf

+ 1
- 1
src/etc/afs/ThisCell View File

@ -1 +1 @@
enter.your.cell.name.here
ualberta.ca

+ 6
- 6
src/etc/afs/afsd.conf View File

@ -1,17 +1,17 @@
#
# afsd configuration file
#
# $OpenBSD: afsd.conf,v 1.6 2003/08/05 13:29:25 hin Exp $
# $OpenBSD: afsd.conf,v 1.7 2004/01/19 02:13:16 beck Exp $
#
# The upper limit of (afsd) vnodes (think files and directories)
# (high-water mark)
#
high_vnodes 4000
high_vnodes 12000
#
# The number of used vnodes afsd tries to have
# (low-water mark)
#
low_vnodes 3000
low_vnodes 9000
#
# The upper limit of bytes in the cache
# (high-water mark)
@ -21,14 +21,14 @@ low_vnodes 3000
# Make sure that the cache file system (/var/spool/afs by default)
# has enough space.
#
high_bytes 20M
high_bytes 128M
#
# The number of bytes we try to use
# (low-water mark)
#
# This value should be somewhere between 50% - 80% of high_bytes.
#
low_bytes 15M
low_bytes 64M
#
# The number of credentials in afsd, both unauthenticated,
# and authenticated (like Kerberos creds)
@ -63,7 +63,7 @@ numvols 100
# most new fileservers will have their peek fetch-rate larger than the
# default 64K.
#
#fetch_block 4M
fetch_block 4M
#
#
# The End.

Loading…
Cancel
Save