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
* how many meta data servers on Capstor and Iopsstor
26
-
* how these are distributed between store/scratch
27
-
28
-
Also discuss how Capstor and iopstor are used to provide both scratch / store / other file systems
20
+
Capstor and Iopsstor are on the same Slingshot network as Alps, while VAST is on the CSCS Ethernet network.
29
21
30
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].
31
23
32
24
[](){#ref-alps-capstor}
33
25
## Capstor
34
26
35
-
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.
36
28
It is used to provide [scratch][ref-storage-scratch] and [store][ref-storage-store].
37
29
38
-
!!! todo "add information about meta data services, and their distribution over scratch and store"
30
+
Capstor has 80 Object Storage Servers ([OSS](https://wiki.lustre.org/Lustre_Object_Storage_Service_(OSS))), and 6 Metadata Servers ([MDS](https://wiki.lustre.org/Lustre_Metadata_Service_(MDS))).
31
+
Two of of these Metadata servers are dedicated for Store, and the remaining four are dedicated for Scratch.
39
32
40
33
[](){#ref-alps-capstor-scratch}
41
34
### Scratch
42
35
43
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.
38
+
See the [Scratch documentation][ref-storage-scratch] for more information.
44
39
45
40
[](){#ref-alps-capstor-store}
46
41
### Store
@@ -51,15 +46,18 @@ It is mounted on clusters at the `/capstor/store` mount point, with folders crea
51
46
[](){#ref-alps-iopsstor}
52
47
## Iopsstor
53
48
54
-
!!! todo
55
-
small text explaining what Iopsstor is designed to be used for.
49
+
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.
50
+
It is primarily used as a scratch space, and it is optimized for IOPS-intensive workloads.
51
+
This makes it particularly well-suited for applications that involve frequent, random read and write operations within files.
52
+
53
+
Iopsstor has has 20 OSSs, and 2 MDSs.
56
54
57
55
[](){#ref-alps-vast}
58
56
## VAST
59
57
60
58
The VAST storage is smaller capacity system that is designed for use as [Home][ref-storage-home] folders.
61
59
62
60
!!! todo
63
-
small text explaining what Iopsstor is designed to be used for.
61
+
small text explaining what VAST is designed to be used for.
0 commit comments