Skip to content

Commit dd6a312

Browse files
committed
bumped lustre to supported version
1 parent b2c1ff3 commit dd6a312

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/roles/lustre/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Install and configure a Lustre client. This builds RPM packages from source.
88

99
## Role Variables
1010

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
1212
- `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`.
1313
- `lustre_mgs_nid`: Required str. The NID(s) for the MGS, e.g. `192.168.227.11@tcp1` (separate mutiple MGS NIDs using `:`).
1414
- `lustre_mounts`: Required list. Define Lustre filesystems and mountpoints as a list of dicts with keys:

ansible/roles/lustre/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
lustre_version: '2.15.5' # https://www.lustre.org/lustre-2-15-5-released/
1+
lustre_version: '2.15.6' # https://www.lustre.org/lustre-2-15-6-released/
22
lustre_lnet_label: tcp
33
#lustre_mgs_nid:
44
lustre_mounts: []

0 commit comments

Comments
 (0)