OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-536-gcc69787

Gerrit Code Review gerrit@openafs.org
Tue, 14 Jul 2026 17:08:56 -0400


The following commit has been merged in the master branch:
commit cc697870e8a215c1ef042c0cda9f575fca68f649
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Tue Jul 14 08:06:54 2026 -0400

    afsd: Avoid parsing cacheinfo unless required
    
    Ignore the cacheinfo file when the -mountdir, -cachedir (or -memcache),
    and -blocks options are specified.
    
    This allows sites to put all the afsd startup configuration in one place
    and avoid an unneeded configuration file.
    
    Change-Id: If95e481321ca4d7db36a00bd2687b1f576053ea0
    Reviewed-on: https://gerrit.openafs.org/16880
    Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>

 doc/man-pages/pod5/cacheinfo.pod.template |  4 ++++
 doc/man-pages/pod8/afsd.pod.template      |  5 +++++
 src/afsd/afsd.c                           | 11 ++++++++---
 3 files changed, 17 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository