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-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Install and configure a Lustre client. This builds RPM packages from source.
9
9
## Role Variables
10
10
11
11
-`lustre_version`: Optional str. Version of lustre to build, default `2.15.5` which is the first version with EL9 support
12
-
-`lustre_lnet_label`: Optional str. The "lnet label" part of the host's NID, e.g. `tcp0` or `o2ib1`. Default `tcp`.
12
+
-`lustre_lnet_label`: Optional str. The "lnet label" part of the host's NID, e.g. `tcp0`. Only the `tcp` protocol type is currently supported. Default `tcp`.
13
13
-`lustre_mgs_nid`: Required str. The NID(s) for the MGS, e.g. `192.168.227.11@tcp1` (separate mutiple MGS NIDs using `:`).
14
14
-`lustre_mounts`: Required list. Define Lustre filesystems and mountpoints as a list of dicts with keys:
15
15
-`fs_name`: Required str. The name of the filesystem to mount
0 commit comments