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:¶
- Verify CVMFS Configuration:
- Check if the
/etc/cvmfs/domain.d/desy.de.conffile exists on the affected node. If missing, restore it from a working CMS worker node. -
Run
cvmfs_config probeto test if the node can reach the configured CVMFS repositories (see documentation). -
Ensure Automount Configuration:
-
Confirm that CVMFS is properly added to the automount configuration:
bash echo "/cvmfs program:/etc/auto.cvmfs" >> /etc/auto.master(See documentation). -
Compare with Reference Node:
-
If the issue persists, compare the CVMFS configuration (
/etc/cvmfs/default.localand/etc/cvmfs/domain.d/) with a known working CMS worker node and replicate the settings. -
Restart Services:
- Restart the
autofsandcvmfsservices to apply changes:bash systemctl restart autofs cvmfs