| 215 | === Defining NFS exports === |
| 216 | |
| 217 | On each NFS server or in cluster or site parameters, NFS exports can be defined using a set of variables. By default only CE and worker nodes are given access to NFS server. |
| 218 | |
| 219 | Variables available to customize the NFS export ACL are : |
| 220 | * `NFS_CE_HOSTS` : list of CE hosts requiring access to NFS server (default is CE_HOST) |
| 221 | * `NFS_WN_HOSTS` : list of WN hosts requiring access to NFS server (default is WN_HOSTS) |
| 222 | * `NFS_LOCAL_CLIENTS` : list of other local hosts requiring access to NFS server |
| 223 | |
| 224 | These variables can be a string, a list or a nlist. A string value is interpreted as a list with one element. When specified as a list or string, the value must be regexp matching name of nodes that must be given access to NFS server. The access right is the value of variable `NFS_DEFAULT_RIGHTS`. When specified as a nlist, the key must be an '''escaped''' regexp and the value is the access rights. |
| 225 | |
| 226 | ''Note : when possible, this is recommended to replace default value for NFS_WN_HOSTS by one or several regexpsmatching WN names.'' |