summaryrefslogtreecommitdiff
path: root/etc/afs
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>2004-01-19 02:13:17 +0000
committerBob Beck <beck@cvs.openbsd.org>2004-01-19 02:13:17 +0000
commite0b65c48358d6c439aeb3ffb370d3abe075f3022 (patch)
tree7df64f64713b0fd279434e0244d11f8d51c9dd50 /etc/afs
parent6792a0541d8ae3784572478b89043dd72c01867f (diff)
Sane default size for afs cache, and leave example ualberta.ca in
ThisCell, so anonymous access will work. ok deraadt@
Diffstat (limited to 'etc/afs')
-rw-r--r--etc/afs/ThisCell2
-rw-r--r--etc/afs/afsd.conf12
2 files changed, 7 insertions, 7 deletions
diff --git a/etc/afs/ThisCell b/etc/afs/ThisCell
index 25eb0542891..6be1f986e3c 100644
--- a/etc/afs/ThisCell
+++ b/etc/afs/ThisCell
@@ -1 +1 @@
-enter.your.cell.name.here
+ualberta.ca
diff --git a/etc/afs/afsd.conf b/etc/afs/afsd.conf
index eed1abefb72..d8aa5a2dc53 100644
--- a/etc/afs/afsd.conf
+++ b/etc/afs/afsd.conf
@@ -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.