aboutsummaryrefslogtreecommitdiff
path: root/network/beegfs/README
diff options
context:
space:
mode:
authorGUAN Xin <guanx.bac@gmail.com>2023-09-16 18:05:43 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-17 00:10:24 +0700
commit091cb243d04c5247ae712fa9de2e71e1269117e5 (patch)
tree358a28238ec1fc78f7506fe6db08328aa87626fd /network/beegfs/README
parent7d78eb2252eccb2b12664f6c495266034097b96f (diff)
network/beegfs: Added (parallel cluster filesystem).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/beegfs/README')
-rw-r--r--network/beegfs/README21
1 files changed, 21 insertions, 0 deletions
diff --git a/network/beegfs/README b/network/beegfs/README
new file mode 100644
index 000000000000..32d19dd74c30
--- /dev/null
+++ b/network/beegfs/README
@@ -0,0 +1,21 @@
+BeeGFS aka. beegfs is a parallel filesystem that runs on
+vanilla Linux kernel.
+Officially supported filesystems for underlying local storage are
+ext4, xfs, and zfs.
+
+BeeGFS can be accessed through TCP and RDMA links.
+
+Each file on beegfs can be stored in a specific storage pool.
+Hard links and data/metadata mirroring are supported.
+
+Authorization is required for production use of features such as
+mirroring, quota enforcement (not quota tracking), and
+more than one storage pools, etc.
+Refer to the file "LICENSE.txt" for details.
+
+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.