diff options
author | GUAN Xin <guanx.bac@gmail.com> | 2023-09-29 23:02:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-29 23:02:13 +0700 |
commit | 61b09be841252d9653ab82efc7914cb56116c541 (patch) | |
tree | e1fa0cf2ba0da07ee18b8e036d0d906ff5eb9aa5 /network/beegfs/README | |
parent | 0ca1d540a09cc72bf4feed32238c0ac9fd1718ae (diff) |
network/beegfs: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/beegfs/README')
-rw-r--r-- | network/beegfs/README | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/network/beegfs/README b/network/beegfs/README index 8eafcf0d97462..0ba7cbe88c58c 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 |