aboutsummaryrefslogtreecommitdiff
path: root/network/beegfs/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/beegfs/README')
-rw-r--r--network/beegfs/README14
1 files changed, 11 insertions, 3 deletions
diff --git a/network/beegfs/README b/network/beegfs/README
index 8eafcf0d9746..0ba7cbe88c58 100644
--- a/network/beegfs/README
+++ b/network/beegfs/README
@@ -13,12 +13,20 @@ mirroring, quota enforcement (not quota tracking), and
more than one storage pools, etc.
Refer to the file "LICENSE.txt" for details.
+openzfs is an optional run-time dependency.
+
Set BEEGFS_CTL_SUID to YES to install the beegfs-ctl program
setUID to root:
env BEEGFS_CTL_SETUID=YES ./beegfs.SlackBuild
-openzfs is an optional run-time dependency.
+The client driver is kernel-dependent, so a re-compile of
+this package is necessary for client nodes after a kernel-update.
+
+Set KERNEL to the kernel version the client driver to be built for:
+
+ env KERNEL=5.15.117 ./beegfs.SlackBuild
+
+The default ./beegfs.SlackBuild is equivalent to
-Note: The client driver is kernel-dependent, so a re-compile
-of this package is necessary for client nodes after a kernel-update.
+ env BEEGFS_CTL_SETUID=NO KERNEL=`uname -r` ./beegfs.SlackBuild