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
Stop Lustre deleting rdma packages + add to extrabuild test (#502)
* move cuda tasks to install
* pin nvidia driver to working version and autodetect os/arch
* make install of cuda packages optional
* don't run cuda install tasks unless during build
* move doca install before cuda
* update cuda docs
* add cuda to extra build test CI
* add cuda runtime tasks
* fix typo in extras playbook
* bump extra build size to 30GB for cuda
* pin both cuda package version
* make cuda idempotent/restartable
* allow using computed tasks_from for cuda role
* fix showing image summary
* removed faulty cleanup and added lustre to extrabuild test
* bumped lustre to supported version
---------
Co-authored-by: Steve Brasier <[email protected]>
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
@@ -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