New upstream version 8.1.0

This commit is contained in:
geos_one
2025-08-10 01:34:16 +02:00
commit c891bb7105
4398 changed files with 838833 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# BeeGFS storage service configuration.
# Note: This file is only used together with sysV init scripts.
# If your system uses systemd, this file is ignored.
# In this case:
#
# - use `systemctl enable / disable` to activate / decativate a service
#
# - systemd service templates are used for multimode
# (See https://www.beegfs.io/wiki/MultiMode)
#
#
# Set to "NO" to disable start of the BeeGFS storage daemon via the init script.
START_SERVICE="YES"
# Set to "YES" if you want to start multiple storage daemons with different
# configuration files on this machine.
#
# Create a subdirectory with the ending ".d" in "/etc/beegfs/" for every config
# file. The subdirectory name will be used to identify a particular server
# instance for init script start/stop.
#
# Note: The original config file in /etc/beegfs will not be used when multi-mode
# is enabled.
#
# Example: /etc/beegfs/scratch.d/beegfs-storage.conf
# $ /etc/init.d/beegfs-storage start scratch
MULTI_MODE="NO"