Skip to content

Commit 352a5f8

Browse files
authored
add alps hardware storage first draft (#29)
1 parent 56ba949 commit 352a5f8

File tree

2 files changed

+33
-6
lines changed

2 files changed

+33
-6
lines changed

docs/alps/storage.md

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,37 @@
11
[](){#ref-alps-storage}
22
# Alps Storage
33

4+
Alps has different storage attached, each with characteristics suited to different workloads and use cases.
5+
HPC storage is manged in a separate cluster of nodes that host servers that manage the storage and the physical storage drives.
6+
These separate clusters are on the same Slingshot 11 network as the Alps.
7+
8+
| | Capstor | IOPStor | Vast |
9+
|--------------|------------------------|------------------------|---------------------|
10+
| Model | HPE ClusterStor E1000D | HPE ClusterStor E1000F | Vast |
11+
| Type | Lustre | Lustre | NFS |
12+
| Capacity | 129 PB raw GridRAID | 7.2 PB raw RAID 10 | 1 PB |
13+
| Number of Drives | 8,480 16 TB HDD | 240 * 30 TB NVME SSD | N/A |
14+
| Read Speed | 1.19 TB/s | 782 GB/s | 38 GB/s |
15+
| Write Speed | 1.09 TB/s | 393 GB/s | 11 GB/s |
16+
| IOPs | 1.5M | 8.6M read, 24M write | 200k read, 768k write |
17+
| file create/s| 374k | 214k | 97k |
18+
19+
## capstor
20+
21+
Capstor is the largest file system, for storing large amounts of input and output data.
22+
It is used to provide SCRATCH and STORE for different clusters - the precise details are platform-specific.
23+
24+
## iopstor
25+
426
!!! todo
5-
Document the main storage hardware attached to Alps:
27+
small text explaining what iopstor is designed to be used for.
28+
29+
## vast
630

7-
* capstor
8-
* iopstor
9-
* vast
31+
The Vast storage is smaller capacity system that is designed for use as home folders.
1032

11-
The focus of these docs would be the basic details.
33+
!!! todo
34+
small text explaining what iopstor is designed to be used for.
1235

13-
The mounts, and how they are used for SCRATCH, STORE, PROJECT, HOME would be in the [storage docs](../storage/index.md)
36+
The mounts, and how they are used for SCRATCH, STORE, PROJECT, HOME would be in the [storage docs][ref-storage-fs]
1437

docs/storage/filesystems.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
[](){#ref-storage-fs}
12
# File Systems
23

4+
!!! todo
5+
these are already out of date and need significant refactoring to be coherently linked to cluster definitions.
6+
37
CSCS supports different file systems, whose specifications are summarized in the table below:
48

59
| | `$SCRATCH` | `$PROJECT` | `$STORE` | `$HOME` | `$PROJECT_ID` | `$SCRATCH_ID` | `$STORE_ID` |

0 commit comments

Comments
 (0)