Changes between Version 6 and Version 7 of Doc/gLite/CernVM-FS


Ignore:
Timestamp:
Jul 10, 2013, 5:43:22 PM (11 years ago)
Author:
Victor Mendoza
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/gLite/CernVM-FS

    v6 v7  
    1212{{{
    1313variable CVMFS_REPOSITORIES ?= list(
     14    'alice.cern.ch',
    1415    'atlas.cern.ch',
    1516    'atlas-condb.cern.ch',
    1617    'cms.cern.ch',
    1718    'lhcb.cern.ch',
     19    'lhcb-conddb.cern.ch',
    1820    'sft.cern.ch',
    1921);
     
    2224== Cache Location ==
    2325
    24 The local cache is by default at /var/cache/cvmfs2, it can be relocated, e.g.:
     26In case there is a need to relocate the local cache, e.g.:
    2527{{{
    2628variable CVMFS_CACHE_BASE ?= '/var/scratch/cvmfs';
     
    2931== Cache Quota ==
    3032
    31 The client cache is limited to less than 4GB per repository by default.
     33The client cache is limited to less than 4GB by default.
    3234This can be customized, e.g.:
    3335{{{
     
    6668}}}
    6769
    68 '''WARNING''', if not using the standard Quattor NFS configuration, the CernVM-FS automount map (/etc/auto.cvmfs) must be added to /etc/auto.master by other means, e.g.: cvmfs-auto-setup
     70'''WARNING''', if not using the standard Quattor NFS configuration, the CernVM-FS automount map (/etc/auto.cvmfs) must be added to /etc/auto.master by other means.
    6971
    7072== VO specificities ==
     
    7476* ALICE
    7577
    76   The CernVM-FS repository was removed on request of the VO. (2012/01/27)
     78  No special requirements, deployment is being tracked [https://twiki.cern.ch/twiki/bin/view/LCG/CvmfsDeploymentStatus here].
    7779
    7880* ATLAS
     
    100102  Redirect the software area (VO_LHCB_SW_DIR) to /cvmfs/lhcb.cern.ch
    101103
    102 == Cleanup Script ==
    103 
    104 An optional cleanup script can be enabled with:
    105 {{{
    106 variable CVMFS_ENABLE_CLIENT_CLEANUP ?= true;
    107 }}}
    108 
    109104== Links ==
    110105
    111106* [http://cernvm.cern.ch/portal/startcvmfs CernVM-FS home]
    112107* [http://cernvm.cern.ch/portal/techinfo CernVM-FS Technical Report]
    113 * [http://cernvm.cern.ch/portal/cvmfs/release-2.0 CernVM-FS 2.0 Release Notes]
     108* [http://cernvm.cern.ch/portal/cvmfs/release-2.1 CernVM-FS 2.1 Release Notes]
    114109* [http://cernvm.cern.ch/portal/node/123 CernVM-FS Configuration Examples]