Skip to content

Alps Storage

Under-construction

The Alps infrastructure offers multiple storage solutions, each with characteristics suited to different workloads and use cases. HPC storage is provided by independent clusters, composed of servers and physical storage drives.

Capstor Iopsstor VAST
Model HPE ClusterStor E1000D HPE ClusterStor E1000F VAST
Type Lustre Lustre NFS
Capacity 129 PB raw GridRAID 7.2 PB raw RAID 10 1 PB
Number of Drives 8,480 16 TB HDD 240 * 30 TB NVMe SSD N/A
Read Speed 1.19 TB/s 782 GB/s 38 GB/s
Write Speed 1.09 TB/s 393 GB/s 11 GB/s
IOPs 1.5M 8.6M read, 24M write 200k read, 768k write
file create/s 374k 214k 97k

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

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.

Capstor

Capstor is the largest file system, and it is meant for storing large amounts of input and output data. It is used to provide scratch and store.

Capstor has 80 Object Storage Servers (OSS), and 6 Metadata Servers (MDS). Two of of these Metadata servers are dedicated for Store, and the remaining four are dedicated for Scratch.

Scratch

All users on Alps get their own scratch path on Alps, /capstor/scratch/cscs/$USER. Since Capstor OSSs are made of HDDs, Capstor is a storage well suited for jobs which perform large sequential and parallel read/write operations. See the Scratch documentation for more information.

Store

The Store mount point on Capstor provides stable storage with backups and no cleaning policy. It is mounted on clusters at the /capstor/store mount point, with folders created for each project.

Iopsstor

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. It is primarily used as a scratch space, and it is optimized for IOPS-intensive workloads. This makes it particularly well-suited for applications that involve frequent, random read and write operations within files.

Iopsstor has has 20 OSSs, and 2 MDSs.

VAST

The VAST storage is smaller capacity system that is designed for use as Home folders.

Todo

small text explaining what VAST is designed to be used for.