You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/alps/storage.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,25 +19,22 @@ HPC storage is provided by independent clusters, composed of servers and physica
19
19
20
20
Capstor and Iopsstor are on the same Slingshot network as Alps, meanwhile VAST is on the CSCS Ethernet network.
21
21
22
-
Capstor has 80 Object Storage Servers (OSS), and 6 Metadata Servers (MDS).
23
-
Two of of these Metadata servers are dedicated for Store, and the remaining four are dedicated for Scratch.
24
-
25
-
Iopsstor has has 20 OSSs, and 2 MDSs.
26
-
27
22
The mounts, and how they are used for Scratch, Store, and Home file systems that are mounted on clusters are documented in the [file system docs][ref-storage-fs].
28
23
29
24
[](){#ref-alps-capstor}
30
25
## Capstor
31
26
32
-
Capstor is the largest file system, for storing large amounts of input and output data.
27
+
Capstor is the largest file system, and it is meant for storing large amounts of input and output data.
33
28
It is used to provide [scratch][ref-storage-scratch] and [store][ref-storage-store].
34
29
35
-
!!! todo "add information about meta data services, and their distribution over scratch and store"
30
+
Capstor has 80 Object Storage Servers (OSS), and 6 Metadata Servers (MDS).
31
+
Two of of these Metadata servers are dedicated for Store, and the remaining four are dedicated for Scratch.
36
32
37
33
[](){#ref-alps-capstor-scratch}
38
34
### Scratch
39
35
40
36
All users on Alps get their own scratch path on Alps, `/capstor/scratch/cscs/$USER`.
37
+
Since Capstor OSSs are made of HDDs, Capstor is a storage well suited for jobs which perform large sequential and parallel read/write operations.
41
38
42
39
[](){#ref-alps-capstor-store}
43
40
### Store
@@ -48,15 +45,18 @@ It is mounted on clusters at the `/capstor/store` mount point, with folders crea
48
45
[](){#ref-alps-iopsstor}
49
46
## Iopsstor
50
47
51
-
!!! todo
52
-
small text explaining what Iopsstor is designed to be used for.
48
+
Iopsstor is a smaller filesystem compared to Capstor, but it leverages high-performance NVMe drives, which offer significantly better speed and responsiveness than traditional HDDs.
49
+
It is primarily used as a scratch space, and it is optimized for IOPS-intensive workloads.
50
+
This makes it particularly well-suited for applications that involve frequent, random read and write operations within files.
51
+
52
+
Iopsstor has has 20 OSSs, and 2 MDSs.
53
53
54
54
[](){#ref-alps-vast}
55
55
## VAST
56
56
57
57
The VAST storage is smaller capacity system that is designed for use as [Home][ref-storage-home] folders.
58
58
59
59
!!! todo
60
-
small text explaining what Iopsstor is designed to be used for.
60
+
small text explaining what Vast is designed to be used for.
0 commit comments