-
Notifications
You must be signed in to change notification settings - Fork 371
gsoc26: Add second CernMV-FS proposal #1860
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
Merged
+73
−0
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,69 @@ | ||
| --- | ||
| title: Grafana Template for CernVM-FS Deployments | ||
| layout: gsoc_proposal | ||
| project: CernVM-FS | ||
| year: 2026 | ||
| organization: | ||
| - CERN | ||
| difficulty: medium | ||
| duration: 175 | ||
| mentor_avail: June-October | ||
| project_mentors: | ||
| - email: valentin.volkl@cern.ch | ||
| first_name: Valentin | ||
| last_name: Volkl | ||
| organization: CERN | ||
| is_preferred_contact: yes | ||
| - email: jd@bnl.gov | ||
| organization: BNL | ||
| first_name: John S. | ||
| last_name: De Stefano Jr. | ||
| - email: caramarc@bnl.gov | ||
| first_name: Costin | ||
| last_name: Caramarcu | ||
| organization: BNL | ||
| --- | ||
|
|
||
| # Description | ||
|
|
||
| Particle physicists studying nature at the highest energy scales at the Large Hadron Collider rely on simulations and data processing for their experiments. | ||
| These workloads run on the "computing grid", a massive globally distributed computing infrastructure. | ||
| Deploying software efficiently and reliably to this grid is an important and challenging task. | ||
| CVMFS is an optimised shared file system developed specifically for this purpose: it is implemented as a POSIX read-only file system in user space (a FUSE module). | ||
| Files and directories are hosted on standard web servers and mounted in the universal namespace `/cvmfs`. | ||
| In many cases, it replaces package managers and shared software areas on cluster file systems as means to distribute the software used to process experiment data. | ||
|
|
||
| ## Task idea | ||
|
|
||
| Monitoring is essential for any bigger CVMFS deployment - it can help with incidence response by showing problems at one glance as well as with tuning configuration and performance. | ||
| Many different solutions to monitoring exist at different sites (see the lxplus dashboard below), but a centrally provided template could save time and effort for all operators. | ||
| Last year a centrally maintained prometheus exporter was created for metrics relevant to the CVMFS client, but there is still no centrally maintained dashboard template. | ||
| The main objective of this project will be to add a generic one that can be a good starting point for new CVMFS deployments. Besides the grafana dashboard, the prometheus exporter can also be an objective, reviewing metrics for relevance and improving performance, and possibly integrate also CVMFS server metrics and publication statistics. | ||
| Finally, easy-to-use deployment recipes (helm charts, ansible playbooks ...) for newcomers could be a stretch goal for this project. | ||
|
|
||
| ## Expected results and milestones | ||
|
|
||
| * Familiarisation with CVMFS and the metrics in the prometheus exporter | ||
| * **Creation of a grafana dashboard template** | ||
| * Surveying site operators and stakeholders for their requirements | ||
| * Review of metrics in the prometheus exporter, speeding up collection | ||
| * Addition of server/publication metrics | ||
| * Creation of deployment recipes (ansible, k8s ...) | ||
|
|
||
|
|
||
| ## Requirements | ||
|
|
||
| * Experience with Monitoring, in particular Prometheus/VictoriaMetris and Grafana | ||
|
|
||
|
|
||
| ## How to apply | ||
|
|
||
| Once CERN/HSF is accepted as a GSoC org, please write an email with a short introduction to your interests and background to the mentors with the string "gsoc26" in the subject. | ||
| There will be a small evaluation task that we will mail to you then. | ||
|
|
||
|
|
||
| ## Links | ||
|
|
||
| * [CernVM-FS](https://cernvm.cern.ch/fs/) | ||
| * <https://github.com/cvmfs-contrib/prometheus-cvmfs> | ||
| * [Existing Dashboard for Lxplus (may require login)](https://monit-grafana.cern.ch/d/BPx0HuWMk/cvmfs?orgId=2) | ||
File renamed without changes.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does indeed require CERN SSO login, but even after logging in I get a generic Grafana usage page instead of the dashboard. Not being able to see the content, I can't recommend whether this should be made public, or perhaps a snapshot taken to give an idea of the current state of the dash, but that might help interested participants get an idea of the project.