Skip to content

Commit e474f8b

Browse files
authored
rewording first sentence, there are multiple storage systems not one.… (#129)
1 parent 6efd9b1 commit e474f8b

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

docs/alps/storage.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33

44
!!! under-construction
55

6-
Alps has different storage attached, each with characteristics suited to different workloads and use cases.
7-
HPC storage is managed in a separate cluster of nodes that host servers that manage the storage and the physical storage drives.
8-
These separate storage clusters are on the same Slingshot 11 network as Alps.
6+
The Alps infrastructure offers multiple storage solutions, each with characteristics suited to different workloads and use cases.
7+
HPC storage is provided by independent clusters, composed of servers and physical storage drives.
98

109
| | Capstor | Iopsstor | VAST |
1110
|--------------|------------------------|------------------------|---------------------|
@@ -18,29 +17,25 @@ These separate storage clusters are on the same Slingshot 11 network as Alps.
1817
| IOPs | 1.5M | 8.6M read, 24M write | 200k read, 768k write |
1918
| file create/s| 374k | 214k | 97k |
2019

21-
22-
!!! todo
23-
Information about Lustre. Meta data servers, etc.
24-
25-
* 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.
2921

3022
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].
3123

3224
[](){#ref-alps-capstor}
3325
## Capstor
3426

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

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

4033
[](){#ref-alps-capstor-scratch}
4134
### Scratch
4235

4336
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.
4439

4540
[](){#ref-alps-capstor-store}
4641
### Store
@@ -51,15 +46,18 @@ It is mounted on clusters at the `/capstor/store` mount point, with folders crea
5146
[](){#ref-alps-iopsstor}
5247
## Iopsstor
5348

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

5755
[](){#ref-alps-vast}
5856
## VAST
5957

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

6260
!!! 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.
6462

6563

0 commit comments

Comments
 (0)