Open
Conversation
boegel
requested changes
May 8, 2025
| ``` { .ini .copy } | ||
| CVMFS_CLIENT_PROFILE="single" # a single node setup, not a cluster | ||
| CVMFS_QUOTA_LIMIT=10000 | ||
| CVMFS_QUOTA_LIMIT=10000 # 10 GB of local client cache, shared |
Contributor
There was a problem hiding this comment.
Suggested change
| CVMFS_QUOTA_LIMIT=10000 # 10 GB of local client cache, shared | |
| CVMFS_QUOTA_LIMIT=10000 # 10 GB of local client cache, shared across repos |
Comment on lines
+135
to
138
| !!! danger "never heard anyone call them parameter files? maybe not needed?" | ||
|
|
||
| CernVM-FS can be configured through a *hierarchy* of configuration files (sometimes also referred to as | ||
| parameter files), which can be located under either `/etc/cvmfs`, or the [CernVM-FS configuration repository]( |
Contributor
There was a problem hiding this comment.
Suggested change
| !!! danger "never heard anyone call them parameter files? maybe not needed?" | |
| CernVM-FS can be configured through a *hierarchy* of configuration files (sometimes also referred to as | |
| parameter files), which can be located under either `/etc/cvmfs`, or the [CernVM-FS configuration repository]( | |
| CernVM-FS can be configured through a *hierarchy* of configuration files, | |
| which can be located under either `/etc/cvmfs`, or the [CernVM-FS configuration repository]( |
|
|
||
| ### Recommendations for `autofs` {: #autofs } | ||
|
|
||
| !!! danger "is this still recommended?" |
Contributor
There was a problem hiding this comment.
No, the linked issue does no longer apply, I think. There may be circumstances with bind-mounts into containers, let me double-check that
| source /cvmfs/software.eessi.io/versions/2023.06/init/bash | ||
| ``` | ||
|
|
||
| !!! danger "update link to latest version? maybe add to eessi a symlink /cvmfs/software.eessi.io/versions/latest/init/bash" |
Contributor
There was a problem hiding this comment.
Suggested change
| !!! danger "update link to latest version? maybe add to eessi a symlink /cvmfs/software.eessi.io/versions/latest/init/bash" |
For now this is still the only version we had. We actually used to have a latest symlink, but we stopped doing that because figuring out when to update the target of that is ... challenging.
There was a problem hiding this comment.
Sounds reasonable. And for the tutorial even an old version would work.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
please DO NOT MERGE until you have taken a decision on and removed comments marked with
!!! danger