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
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,7 @@ Install and configure a Lustre client. This builds RPM packages from source.
15
15
-`fs_name`: The name of the filesystem to mount
16
16
-`mount_point`: Path to mount filesystem at. Default is `/mnt/lustre/{{ lustre_fs_name}}`
17
17
-`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`.
18
-
Any of these parameters may alternatively be specified as role variables prefixed `lustre_`. If both are given entries in `lustre_mounts` take priority.
19
-
-`lustre_subnet_cidr`: Required str. CIDR of subnet for interface to be used for Lustre.
18
+
TODO: FIXME: Any of these parameters may alternatively be specified as role variables prefixed `lustre_`. If both are given entries in `lustre_mounts` take priority.
20
19
The following variables control the package build and and install and should not generally be required:
21
20
-`lustre_build_packages`: Optional list. Prerequisite packages required to build Lustre. See `defaults/main.yml`.
22
21
-`lustre_build_dir`: Optional str. Path to build lustre at, default `/tmp/lustre-release`.
0 commit comments