Changes between Version 65 and Version 66 of Doc/gLite/TemplateCustomization
- Timestamp:
- Sep 25, 2007, 2:51:01 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/gLite/TemplateCustomization
v65 v66 206 206 File systems listed in this variable are mounted on CE and WNs. The NFS server for the file systems can be any machine types and is not required to be managed by Quattor (but in this case, you probably need to force `CREATE_HOME` to `true` on one machine). If it is managed by Quattor, all actions required are done automatically. 207 207 208 === Specifying NFS options === 209 210 There are two variables to define mount options to be used with NFS file systems : 211 212 * `NFS_DEFAULT_MOUNT_OPTTIONS` : defines mount options to be used by default, if none are explicitly defined for a filesystem. 213 * `NFS_MOUNT_OPTS` : defines mount options to be used for a specific file system. This variable is a nlist with one entry per file system : key must be the escaped path of the mount point. 214 215 208 216 == LCG CE Configuration == 209 217