# This file contains configuration information for venus, the Coda # client. Most of the things specified here can be overridden by either # command-line flags, or /usr/coda/etc/vstab (if that file exists) # # Which are the root servers we should contact for user authentication, # and volume location information. # rootservers=testserver.coda.cs.cmu.edu # # What should the size of the local cache be in 1k blocks. If this is # not specified or `0' the default value of 40000 (40MB) is chosen. # Minimum value is 2048. # cacheblocks=100000 # # How many files should the venus cache hold. If this is not specified # or `0' the default value is calculated as 'cacheblocks / 24'. # Minimum value is 85. # cachefiles=0 # # How many modification log entries should venus have. If this is not # specified or `0' the value is calculated as 'cacheblocks / 6'. # (with the default number of cachefiles this is '4 * cachefiles') # Minimum value is 256. # cml_entries=0 # # How many hoard database entries should venus have. If this is not # specified or `0' the value is calculated as 'cacheblocks / 48'. # (with the default number of cachefiles this is 'cachefiles / 2') # Minimum value is 42. # hoard_entries=0 # # Which file should receive venus's stderr output. # (default is /usr/coda/etc/console). # errorlog=/usr/coda/etc/console # # What is the uid of the primary user of this system. The primary user # has the rights to modify the entries in the hoard database. Normally # venus can successfully figure this out by looking which user has the # `console', or is logged in on tty1, the first virtual console. Root is # always considered `primary user'. # If a non-zero uid is specified here, venus will not attempt to guess # who the primary user is. # primaryuser=0 # # What are the locations of the rvm log and data files or partitions. # (default /usr/coda/{LOG,DATA} # rvm_log=/usr/coda/LOG rvm_data=/usr/coda/DATA # # Where should venus keep it's pool of cached files. # (default is /usr/coda/venus.cache) # cachedir=/usr/coda/venus.cache # # Where should venus store snapshots of the modification logs. This is # primarily to provide some safe fallback when venus dies or messes up # the CML during reintegration. (default is /usr/coda/spool) # checkpointdir=/usr/coda/spool