OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-479-geae2217
Gerrit Code Review
gerrit@openafs.org
Thu, 21 May 2026 10:52:08 -0400
The following commit has been merged in the master branch:
commit eae2217a162cb711ebf27fca6d6ce8882ba7c2b2
Author: Michael Meffie <mmeffie@sinenomine.net>
Date: Tue May 19 09:44:41 2026 -0400
doc: Manually create config files in howto-build-openafs.md
Since this is targeted to developers, just show how to create the needed
server configuration files before starting the BosServer. This saves a
number of steps and commands.
- Use `getent ahosts` instead of `getent hosts` so we show the IPv4
address.
- Mention DESTDIR for `make install` as an alternative to avoid running
`make install` with sudo.
- Update the server install steps to pre-create the ThisCell,
CellServDB, and BosConfig files so servers can just be started.
- Remove the hack to create and remove temporary ThisCell and CellServDB
files in order to run `akeyconvert`, since we manually created those
files already.
- Add more command output examples.
Change-Id: Iee1fb33fcfb4fef54952b9b9aeeecfda928020a8
Reviewed-on: https://gerrit.openafs.org/16796
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Gaurav Saxena <gsaxena@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
doc/process/howto-build-openafs.md | 214 ++++++++++++++++++++-----------------
1 file changed, 118 insertions(+), 96 deletions(-)
--
OpenAFS Master Repository