Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added info on status pages #153

Merged
merged 3 commits into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/filesystem_layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

![Filesystem layer](img/filesystem_layer.png)

## CernVM File System (CernVM-FS)

The bottom layer of the EESSI project is the **filesystem layer**,
which is responsible for distributing the software stack.

Expand All @@ -16,4 +18,8 @@ The hierarchical structure with multiple caching layers (Stratum-0, Stratum-1's
For a (basic) introduction to CernVM-FS, see [this presentation](https://www.youtube.com/watch?v=MyYx-xaL36k).

Detailed information about how we configure CVMFS is available at
[https://github.com/EESSI/filesystem-layer](https://github.com/EESSI/filesystem-layer) .
[https://github.com/EESSI/filesystem-layer](https://github.com/EESSI/filesystem-layer).

## EESSI infrastructure

For both the [pilot](repositories/pilot.md) and [production](repositories/software.eessi.io.md) repositories, EESSI hosts a CernVM-FS Stratum 0 and a number of public Stratum 1 servers. Client systems using EESSI by default connect against the public EESSI CernVM-FS Stratum 1 servers. The status of the infrastructure for the pilot repository is displayed at [http://status.eessi-infra.org](http://status.eessi-infra.org/), while for the production repository it is displayed at [https://status.eessi.io](https://status.eessi.io/).
3 changes: 3 additions & 0 deletions docs/repositories/pilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,3 +284,6 @@ sysroot (E) = /cvmfs/pilot.eessi-hpc.org/versions/2021.12/compat/linux
trace (E) = True
zip-logs (E) = bzip2
```
## Infrastructure status

The status of the CernVM-FS infrastructure for the pilot repository is shown [http://status.eessi-infra.org](http://status.eessi-infra.org/).
3 changes: 3 additions & 0 deletions docs/repositories/software.eessi.io.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ For now, use `module avail` after [initializing the EESSI environment](../using_

See [cpu_targets](../software_layer/cpu_targets.md)

## Infrastructure status

The status of the CernVM-FS infrastructure for the production repository is shown at [https://status.eessi.io](https://status.eessi.io/).
Loading