Changes between Version 11 and Version 12 of Doc/LCG2/TemplateLayout
- Timestamp:
- Jun 22, 2006, 6:50:01 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/LCG2/TemplateLayout
v11 v12 105 105 * {{{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. 106 106 * {{{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 {{{ 107 108 variable NFS_THREADS = nlist( 108 109 CE_HOST, 16, 109 110 SE_HOST_DEFAULT, 16, 110 111 ); 112 }}} 111 113 112 114 For compatibility reason, if variable {{{CE_NFS_ENABLED}}} is defined, the default value for {{{WN_NFS_AREAS}}} is :