Skip to content

Commit 58ba934

Browse files
committed
fix order of sections, add details into Capstor and Iopsstor subsections
1 parent 553603e commit 58ba934

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/alps/storage.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,22 @@ HPC storage is provided by independent clusters, composed of servers and physica
1919

2020
Capstor and Iopsstor are on the same Slingshot network as Alps, meanwhile VAST is on the CSCS Ethernet network.
2121

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-
2722
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].
2823

2924
[](){#ref-alps-capstor}
3025
## Capstor
3126

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.
3328
It is used to provide [scratch][ref-storage-scratch] and [store][ref-storage-store].
3429

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.
3632

3733
[](){#ref-alps-capstor-scratch}
3834
### Scratch
3935

4036
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.
4138

4239
[](){#ref-alps-capstor-store}
4340
### Store
@@ -48,15 +45,18 @@ It is mounted on clusters at the `/capstor/store` mount point, with folders crea
4845
[](){#ref-alps-iopsstor}
4946
## Iopsstor
5047

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.
5353

5454
[](){#ref-alps-vast}
5555
## VAST
5656

5757
The VAST storage is smaller capacity system that is designed for use as [Home][ref-storage-home] folders.
5858

5959
!!! 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.
6161

6262

0 commit comments

Comments
 (0)