From 7aff028ca685f8c8ab5fb0ceec23809900d3aa92 Mon Sep 17 00:00:00 2001 From: Noah Trumpik <noah.trumpik@tu-dresden.de> Date: Tue, 28 Nov 2023 14:38:41 +0100 Subject: [PATCH] update outdated filesystems --- .../docs/data_lifecycle/file_systems.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) 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 c22dca74d..7803dc1ad 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 @@ -32,11 +32,19 @@ All clusters will have access to these shared parallel filesystems: | Filesystem | Usable directory | Capacity | Availability | Backup | Remarks | |:------------|:------------------|:---------|:-------------|:-------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `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` | 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 | +| `Lustre` | `/data/horse` | 20 PB | global | No | Only accessible via [Workspaces](workspaces.md). +| `Lustre` | `/data/weasel` | 1 PB | global | No | Coming 2024. For high IOPS | +| `ext4` | `/tmp` | 95 GB | local | No | Systems: tbd. Is cleaned up after the job automatically. | + +??? "Outdated filesystems" + + | Filesystem | Usable directory | Capacity | Availability | Backup | Remarks | + |:------------|:------------------|:---------|:-------------|:-------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------| + | `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` | 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