Skip to content

Commit 676d7e8

Browse files
committed
note lnet protocol limitation
1 parent 177083b commit 676d7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/lustre/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Install and configure a Lustre client. This builds RPM packages from source.
99
## Role Variables
1010

1111
- `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`.
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:
1515
- `fs_name`: Required str. The name of the filesystem to mount

0 commit comments

Comments
 (0)