Skip to content
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
4 changes: 4 additions & 0 deletions _gsocproposals/2026/proposal_CVMFS_DStateDebugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ project_mentors:
last_name: Christodoulis
organization: CERN
is_preferred_contact: yes
- email: shivammadlani5@gmail.com
first_name: Shivam
last_name: Madlani
organization: CERN
---

# Description
Expand Down
69 changes: 69 additions & 0 deletions _gsocproposals/2026/proposal_CVMFS_OperationsDashboard.md
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)
Copy link

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.