Skip to content

Commit 8fca5c8

Browse files
authored
Merge pull request #57 from boegel/updated
add note on top of each page refering to updated version of this tutorial
2 parents aa28777 + d183b24 commit 8fca5c8

25 files changed

+163
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: set up Python
1616
uses: actions/setup-python@v1
1717
with:
18-
python-version: 3.9
18+
python-version: '3.10'
1919

2020
- name: install mkdocs
2121
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: set up Python
1212
uses: actions/setup-python@v1
1313
with:
14-
python-version: 3.9
14+
python-version: '3.10'
1515

1616
- name: Codespell action
1717
uses: codespell-project/actions-codespell@master

docs/access/alternatives.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Alternative ways to access CernVM-FS repositories
22

3+
!!! tip "Updated version available!"
4+
5+
This tutorial was held in Dec 2023, some aspects of it are now outdated.
6+
7+
An updated version of this tutorial was presented in May 2025,
8+
see [here](https://eessi.io/docs/training-events/2025/tutorial-best-practices-cvmfs-hpc).
9+
310
While a [native installation of CernVM-FS on the client system](client.md),
411
along with a [proxy server](proxy.md) and/or [Stratum 1 replica server](stratum1.md) for large-scale production setups,
512
is recommended, there are other alternatives available for getting access to CernVM-FS repositories.

docs/access/client.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CernVM-FS client system
22

3+
!!! tip "Updated version available!"
4+
5+
This tutorial was held in Dec 2023, some aspects of it are now outdated.
6+
7+
An updated version of this tutorial was presented in May 2025,
8+
see [here](https://eessi.io/docs/training-events/2025/tutorial-best-practices-cvmfs-hpc).
9+
310
The recommended way to gain access to CernVM-FS repositories is to set up
411
a *system-wide native installation* of CernVM-FS on the [client system(s)](../appendix/terminology.md#client),
512
which comes down to:

docs/access/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Accessing CernVM-FS repositories
22

3+
!!! tip "Updated version available!"
4+
5+
This tutorial was held in Dec 2023, some aspects of it are now outdated.
6+
7+
An updated version of this tutorial was presented in May 2025,
8+
see [here](https://eessi.io/docs/training-events/2025/tutorial-best-practices-cvmfs-hpc).
9+
310
- [Setting up a CernVM-FS client system](client.md)
411
- [Setting up a proxy server](proxy.md)
512
- [Setting up a Stratum 1 replica server](stratum1.md)

docs/access/proxy.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Squid proxy server
22

3+
!!! tip "Updated version available!"
4+
5+
This tutorial was held in Dec 2023, some aspects of it are now outdated.
6+
7+
An updated version of this tutorial was presented in May 2025,
8+
see [here](https://eessi.io/docs/training-events/2025/tutorial-best-practices-cvmfs-hpc).
9+
310
As a first step towards a production-ready CernVM-FS setup
411
we can install a [Squid forward proxy server](http://www.squid-cache.org),
512
which is strongly recommended in the context of HPC systems.

docs/access/stratum1.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Private Stratum 1 replica server
22

3+
!!! tip "Updated version available!"
4+
5+
This tutorial was held in Dec 2023, some aspects of it are now outdated.
6+
7+
An updated version of this tutorial was presented in May 2025,
8+
see [here](https://eessi.io/docs/training-events/2025/tutorial-best-practices-cvmfs-hpc).
9+
310
In this section of the tutorial, we will set up a [Stratum 1 replica server](
411
../appendix/terminology.md#stratum1), which is the next step towards
512
a production-ready CernVM-FS setup.

docs/appendix/terminology.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CernVM-FS Terminology
22

3+
!!! tip "Updated version available!"
4+
5+
This tutorial was held in Dec 2023, some aspects of it are now outdated.
6+
7+
An updated version of this tutorial was presented in May 2025,
8+
see [here](https://eessi.io/docs/training-events/2025/tutorial-best-practices-cvmfs-hpc).
9+
310
An overview of terms used in the context of CernVM-FS, in alphabetical order.
411

512
---

docs/configuration_hpc.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Configuring CernVM-FS on HPC infrastructure
22

3+
!!! tip "Updated version available!"
4+
5+
This tutorial was held in Dec 2023, some aspects of it are now outdated.
6+
7+
An updated version of this tutorial was presented in May 2025,
8+
see [here](https://eessi.io/docs/training-events/2025/tutorial-best-practices-cvmfs-hpc).
9+
310
In the [previous section](access/index.md) we have outlined how to set up a robust CernVM-FS infrastructure, by having a private Stratum 1 replica server and/or dedicated Squid proxy servers. While this approach will work for many HPC systems, some may have slightly more esoteric setups that require specific solutions, which we will discuss in this section.
411

512

docs/containers.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Containers and CernVM-FS
22

3+
!!! tip "Updated version available!"
4+
5+
This tutorial was held in Dec 2023, some aspects of it are now outdated.
6+
7+
An updated version of this tutorial was presented in May 2025,
8+
see [here](https://eessi.io/docs/training-events/2025/tutorial-best-practices-cvmfs-hpc).
9+
310
CernVM-FS can also be used to distribute container images, providing many of the same benefits that come with any CernVM-FS installation. Especially the on-demand download of accessed files means that containers start nearly instantly, and are more efficient for large images when only a fraction of the files are read, which is typically the case.
411

512
Any CernVM-FS repository can be used to distribute container images (although often, dedicated repositories are used, like [`/cvmfs/unpacked.cern.ch`](cvmfs/flagship-repositories.md#unpacked-containers)).

0 commit comments

Comments
 (0)