Changes between Version 11 and Version 12 of Doc/LCG2/TemplateLayout


Ignore:
Timestamp:
Jun 22, 2006, 6:50:01 PM (19 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/LCG2/TemplateLayout

    v11 v12  
    105105 * {{{SITE_NFS_ACL}}} : this is a list of hostname patterns to be used in the export entry for each file system listed in {{{WN_NFS_AREAS}}}. Default is to export all file systems to CE, SE, and WNs and should generably be appropriate.
    106106 * {{{NFS_THREADS}}} : this is a nlist with one entry for each NFS server you want to define a non default value of NFS threads (8). An entry for an unused server is just ignored. The key must be the escaped host name and the value the number of threads. A typical example is :
     107{{{
    107108variable NFS_THREADS = nlist(
    108109  CE_HOST, 16,
    109110  SE_HOST_DEFAULT, 16,
    110111);
     112}}}
    111113
    112114For compatibility reason, if variable {{{CE_NFS_ENABLED}}} is defined, the default value for {{{WN_NFS_AREAS}}} is :