From fcbcc0e094c39d4cebafe226a06b7527aa88a68a Mon Sep 17 00:00:00 2001 From: Sebastian Oeste <sebastian.oeste@tu-dresden.de> Date: Wed, 31 Aug 2022 13:50:34 +0200 Subject: [PATCH] Fix table for beegfs I've fixed the file system overview table for beegfs. Since global0 is a little bit larger now and global1 was missing completely. --- doc.zih.tu-dresden.de/docs/data_lifecycle/file_systems.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc.zih.tu-dresden.de/docs/data_lifecycle/file_systems.md b/doc.zih.tu-dresden.de/docs/data_lifecycle/file_systems.md index c738b4bc4..f39b03c77 100644 --- a/doc.zih.tu-dresden.de/docs/data_lifecycle/file_systems.md +++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/file_systems.md @@ -10,7 +10,8 @@ performance and permanence. |:------------|:------------------|:---------|:-------------|:-------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------| | `Lustre` | `/scratch/` | 4 PB | global | No | Only accessible via [Workspaces](workspaces.md). Not made for billions of files! | | `Lustre` | `/lustre/ssd` | 40 TB | global | No | Only accessible via [Workspaces](workspaces.md). For small I/O operations | -| `BeeGFS` | `/beegfs/global0` | 232 TB | global | No | Only accessible via [Workspaces](workspaces.md). Fastest available filesystem, only for large parallel applications running with millions of small I/O operations | +| `BeeGFS` | `/beegfs/global0` | 280 TB | global | No | Only accessible via [Workspaces](workspaces.md). Fastest available filesystem, only for large parallel applications running with millions of small I/O operations | +| `BeeGFS` | `/beegfs/global1` | 232 TB | global | No | Only accessible via [Workspaces](workspaces.md). Fastest available filesystem, only for large parallel applications running with millions of small I/O operations | | `ext4` | `/tmp` | 95 GB | local | No | is cleaned up after the job automatically | ## Recommendations for Filesystem Usage -- GitLab