We are experimenting with CentOS 9 Stream and have gotten BeeGFS v7.3.4 to function.
The autobuild script did not work. The autobuild script in /etc/beegfs had to be removed to stop it from attempting to run when the client started.
The process that succeeded was:
1. Install all of the BeeGFS services from 7.3.4 rpms: mgmtd, meta, storage
2. Start those services
3. Install the BeeGFS client and helperd from 7.3.4 rpms. That installed the client src in: /opt/beegfs/src/client/client_module_7
4. Manually run `make` in the .../client_module_7/build/ directory.
5. Add a symbolic link from
.../client_module_7/source/beegfs.ko to the build directory.
6. Run `make install` from the
.../client_module_7/build/directory
After that, helperd and the client started successfully.
That said, there are no guarantees that things will continue to work after the next patch cycle.