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
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Install and configure a Lustre client. This builds RPM packages from source.
8
8
9
9
## Role Variables
10
10
11
-
-`lustre_version`: Optional str. Version of lustre to build, default `2.15.5` which is the first version with EL9 support
11
+
-`lustre_version`: Optional str. Version of lustre to build, default `2.15.6` which is the first version with EL9.5 support
12
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:
0 commit comments