An open API service indexing awesome lists of open source software.

https://github.com/opensciencegrid/cvmfs-config-osg

Configuration files for the OSG CVMFS install
https://github.com/opensciencegrid/cvmfs-config-osg

cvmfs osg software

Last synced: 4 days ago
JSON representation

Configuration files for the OSG CVMFS install

Awesome Lists containing this project

README

          

# cvmfs-config-osg

## CVMFS configuration package for the Open Science Grid

This is the source for the CernVM File System (CVMFS) configuration
files for the Open Science Grid (OSG). It includes packaging for
Redhat and Debian.

### Redhat

End-user documentation for Redhat systems can be found
[here](https://opensciencegrid.org/docs/worker-node/install-cvmfs/).

### Debian

For Debian, the End-user instructions are to install this package from
[cvmfs-contrib](https://cvmfs-contrib.github.io) and cvmfs from
[the cvmfs download page](https://cernvm.cern.ch/portal/filesystem/downloads).
Then if you want to enable autofs, add the following contents
into /etc/auto.master.d/cvmfs.autofs:
```
/cvmfs /etc/auto.cvmfs
```
and restart autofs with
```
systemctl restart autofs
```