Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid use of production stratum 1s, proxies, and old url paths #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
6 changes: 4 additions & 2 deletions uncvmfs.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Example unCVMFS config file
# See README for details of parameters
# Avoid reading from production stratum 1s and proxy squids because
# that can interfere with caching for ordinary client traffic

[cms]
db_path = /var/lib/cvmfs/cms_db
data_path = /cvmfs/cms.cern.ch
store_path = /cvmfs/data/cms
urls = http://cvmfs-stratum-one.cern.ch/opt/cms;http://cernvmfs.gridpp.rl.ac.uk/opt/cms;http://cvmfs.racf.bnl.gov/opt/cms;http://cvmfs.fnal.gov/opt/cms
urls = http://hcc-cvmfs.unl.edu:8000/cvmfs/cms.cern.ch
keys = /etc/uncvmfs/keys/cern.ch.pub;/etc/uncvmfs/keys/cern-it1.cern.ch.pub;/etc/uncvmfs/keys/cern-it2.cern.ch.pub;/etc/uncvmfs/keys/cern-it3.cern.ch.pub
#proxy = http://local.squid:3128
#env = CMS_LOCAL_SITE=/some/path/to/siteconf
Expand All @@ -31,7 +33,7 @@ keys = /etc/uncvmfs/keys/gridpp.ac.uk.pub
db_path = /var/lib/cvmfs/lhcb_db
data_path = /cvmfs/lhcb.cern.ch
store_path = /cvmfs/data/lhcb
urls = http://cvmfs-stratum-one.cern.ch/opt/lhcb;http://cernvmfs.gridpp.rl.ac.uk/opt/lhcb;http://cvmfs.racf.bnl.gov/opt/lhcb;http://cvmfs.fnal.gov/opt/lhcb
urls = http://hcc-cvmfs.unl.edu:8000/cvmfs/lhcb.cern.ch
keys = /etc/uncvmfs/keys/cern.ch.pub;/etc/uncvmfs/keys/cern-it1.cern.ch.pub;/etc/uncvmfs/keys/cern-it2.cern.ch.pub;/etc/uncvmfs/keys/cern-it3.cern.ch.pub
#proxy = http://local.squid:3128