1600483 : Fehlende cvmfs mounts auf naf-cms-gpu01

Created: 2026-05-12T14:31:46Z - current status: open

**

Anonymized Summary:

A user reported an issue on a specific worker node ([NODE_NAME]) where the CVMFS path /cvmfs/cms.desy.de/ is missing. The configuration appears inconsistent compared to other CMS worker nodes, specifically noting the absence of /etc/cvmfs/domain.d/desy.de.conf.

Suggested Solution:

  1. Verify CVMFS Configuration:
  2. Check if the /etc/cvmfs/domain.d/desy.de.conf file exists on the affected node. If missing, restore it from a working CMS worker node.
  3. Run cvmfs_config probe to test if the node can reach the configured CVMFS repositories (see documentation).

  4. Ensure Automount Configuration:

  5. Confirm that CVMFS is properly added to the automount configuration: bash echo "/cvmfs program:/etc/auto.cvmfs" >> /etc/auto.master (See documentation).

  6. Compare with Reference Node:

  7. If the issue persists, compare the CVMFS configuration (/etc/cvmfs/default.local and /etc/cvmfs/domain.d/) with a known working CMS worker node and replicate the settings.

  8. Restart Services:

  9. Restart the autofs and cvmfs services to apply changes: bash systemctl restart autofs cvmfs

Sources: