OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-573-g083768d

Gerrit Code Review gerrit@openafs.org
Tue, 25 Aug 2026 16:54:04 -0400


The following commit has been merged in the master branch:
commit 083768df0a015b843b71bc6e6d3bfa4d40942388
Author: Cheyenne Wills <cwills@sinenomine.net>
Date:   Tue Aug 25 14:19:53 2026 -0600

    afsd: Display cacheinfo startup values
    
    The mountdir, cachedir and blocks values are obtained from the cacheinfo
    file, but can be overridden via command line options.  This can lead to
    some confusion on which values are in use.
    
    With the -verbose option report the type of cache being used
    (memcache/diskcache), and the values for the cache blocks, mountdir and
    cachedir after the cacheinfo file and command line parameters have been
    processed.
    
    Example of the new verbose output:
    
        # /usr/sbin/afsd -verbose
        afsd: mountdir: /afs
        afsd: cache blocks: 200000
        afsd: using diskcache
        afsd: cachedir: /var/cache/openafs
        ... existing -verbose output ...
    
    Change-Id: I58bec0ce84c5bd87b2c70d3c094b0a62ead1c1d0
    Reviewed-on: https://gerrit.openafs.org/16882
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/afsd/afsd.c | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

-- 
OpenAFS Master Repository