The default customization of CVMFS is done at the OS install, the resulting configuration files are: /etc/cvmfs/default.local, /etc/cvmfs/config.d/cms.cern.ch.local, /etc/cvmfs/domain.d/cern.ch.local and /etc/fuse.conf To reconfigure cvmfs on a node, make appropriate attribute using the commands above and then run
# rocks sync host osg cvmfs <hostname> |
In case cvmfs was not installed at kickstart, it is possible to install in a node or appliance after kickstart by setting OSG_CVMFS on a host or appliance and then syncing as shown below
# rocks set host attr <hostname> OSG_CVMFS value=true # rocks sync host osg cvmfs install <hostname> |
This will rewrite the above files then you can reload the service with the command cvmfs_config reload
![]() | To view the contents of the files /etc/cvmfs/default.local, /etc/cvmfs/config.d/cms.cern.ch.local, /etc/cvmfs/domain.d/cern.ch.local and /etc/fuse.conf before making changes, use rocks report host osg cvmfs config <hostname> |