Skip to content

Commit

Permalink
Added info on status pages
Browse files Browse the repository at this point in the history
  • Loading branch information
casparvl casparvl committed Feb 9, 2024
1 parent 190370e commit 92fde2a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/filesystem_layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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

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

Expand All @@ -16,4 +17,7 @@ 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
Both the [pilot](repositories/pilot.md) and [production](repositories/software.eessi.io.md), EESSI hosts a CernVM FS Stratum 0 and a number of public Stratum 1 servers. EESSI clients by default connect against the public EESSI CernVM FS Stratum 1 servers. The status of the infrastructure for the pilot repository is displayed [here](http://status.eessi-infra.org/), while for the production repository it is displayed [here](https://status.eessi.io/).
2 changes: 2 additions & 0 deletions docs/repositories/pilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,3 +284,5 @@ 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 respository is shown [here](http://status.eessi-infra.org/).

Check failure on line 288 in docs/repositories/pilot.md

View workflow job for this annotation

GitHub Actions / build

respository ==> repository
2 changes: 2 additions & 0 deletions docs/repositories/software.eessi.io.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ 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 respository is shown [here](https://status.eessi.io/).

Check failure on line 27 in docs/repositories/software.eessi.io.md

View workflow job for this annotation

GitHub Actions / build

respository ==> repository

0 comments on commit 92fde2a

Please sign in to comment.