You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ansible/roles/lustre/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,12 @@ Install and configure a Lustre client. This builds RPM packages from source.
8
8
## Role Variables
9
9
10
10
-`lustre_version`: Optional str. Version of lustre to build, default '2.15.64'. TODO: EXPLAIN. See https://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix
11
-
-`lustre_mounts`: Optional list. Define Lustre filesystems and mountpoints as a list of dicts with possible keys:
11
+
-`lustre_mounts`: Required list. Define Lustre filesystems and mountpoints as a list of dicts with possible keys:
12
12
-`mgs_nid`: The NID for the MGS, e.g. `192.168.227.11@tcp1`
13
13
-`fs_name`: The name of the filesystem to mount
14
14
-`mount_point`: Path to mount filesystem at. Default is `/mnt/lustre/{{ lustre_fs_name}}`
15
15
-`mount_state`: Mountpoint state, as for [ansible.posix.mount](https://docs.ansible.com/ansible/latest/collections/ansible/posix/mount_module.html#parameter-state). Default `mounted`.
16
-
These parameters may alternatively be specified as role variables prefixed `lustre_`, which are lower-priority than entries in `lustre_mounts`.
16
+
Any of these parameters may alternatively be specified as role variables prefixed `lustre_`. If both are given entries in `lustre_mounts` take priority.
17
17
18
18
The following variables control the package build and and install and should not generally be required:
19
19
-`lustre_build_packages`: Optional list. Prerequisite packages required to build Lustre. See `defaults/main.yml`.
0 commit comments