Author: jjneely
Update of /cvs/free/rpms/openafs/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1104
Modified Files:
afs.conf.systemd openafs.spec
Log Message:
* Wed Nov 07 2012 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.1-7
- Fine tune the systemd version of /etc/sysconfig/openafs
to use -fakestat and have some options settable by the user.
Index: afs.conf.systemd
===================================================================
RCS file: /cvs/free/rpms/openafs/F-18/afs.conf.systemd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- afs.conf.systemd 10 Oct 2012 17:03:06 -0000 1.1
+++ afs.conf.systemd 7 Nov 2012 19:05:42 -0000 1.2
@@ -1,27 +1,27 @@
# Use this file to pass additional options to the afsd and bosserver
# executables.
-
# Systemd will pass $AFSD_ARGS to afsd.
# You may want to add more settings below.
-AFSD_ARGS="-nosettime -afsdb -dynroot"
-
+AFSD_ARGS="-nosettime -afsdb -dynroot -fakestat"
-# Memory cache or disk cache?
-CACHE="-memcache"
+# OpenAFS Client Cache Options
+# Default: Memcache - Quick and easy, 100 MB of memory used
+CACHE="-memcache -blocks 102400"
+# Disk based cache - Use this for servers. Set size in /etc/openafs/cacheinfo
#CACHE="-cachedir /var/cache/openafs"
-# Fine-tuned AFS client configuration options:
-# Large:
-#OPTIONS="-stat 2800 -dcache 2400 -daemons 5 -volumes 128"
-# Medium:
-#OPTIONS="-stat 2000 -dcache 800 -daemons 3 -volumes 70"
-# Small:
-#OPTIONS="-stat 300 -dcache 100 -daemons 2 -volumes 50"
+# Fine-tuned AFS client configuration options. These affect system
+# performance.
+# Normal workstations, and servers that use AFS sparingly
+OPTIONS="-daemons 3"
+# For servers, greater AFS performance, and more memory/processes used
+# Use these options with the disk based cache settings above.
+# OPTIONS="-daemons 5 -chunksize 18 -volumes 512"
# Directory to use for configuration information:
CONFDIR="-confdir /etc/openafs"
-
# AFS server initialization
#BOSSERVER_ARGS=
+
Index: openafs.spec
===================================================================
RCS file: /cvs/free/rpms/openafs/F-18/openafs.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- openafs.spec 10 Oct 2012 17:03:06 -0000 1.27
+++ openafs.spec 7 Nov 2012 19:05:43 -0000 1.28
@@ -13,7 +13,7 @@
Summary: Enterprise Network File System
Name: openafs
Version: 1.6.1
-Release: 6%{?dist}
+Release: 7%{?dist}
License: IBM
Group: System Environment/Daemons
URL:
http://www.openafs.org
@@ -455,6 +455,10 @@
%{_datadir}/openafs/C/afszcm.cat
%changelog
+* Wed Nov 07 2012 Jack Neely <jjneely(a)ncsu.edu> 0:1.6.1-7
+- Fine tune the systemd version of /etc/sysconfig/openafs
+ to use -fakestat and have some options settable by the user.
+
* Mon Oct 8 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-6
- Enable systemd unit files for F18 and above