21 lines
774 B
Diff
21 lines
774 B
Diff
|
commit 435ad204d32f9f3b7a72a171e2e6d04a90ba9b6e
|
||
|
Author: Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||
|
Date: Fri Jan 24 16:01:18 2020 +0100
|
||
|
|
||
|
disable rdma interface renaming
|
||
|
|
||
|
Causes issues with mvapich2
|
||
|
|
||
|
Signed-off-by: Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||
|
|
||
|
diff --git kernel-boot/rdma-persistent-naming.rules kernel-boot/rdma-persistent-naming.rules
|
||
|
index 9b61e1630d56..274d7c87727e 100644
|
||
|
--- kernel-boot/rdma-persistent-naming.rules
|
||
|
+++ kernel-boot/rdma-persistent-naming.rules
|
||
|
@@ -25,4 +25,4 @@
|
||
|
# Device type = RoCE
|
||
|
# mlx5_0 -> rocex525400c0fe123455
|
||
|
#
|
||
|
-ACTION=="add", SUBSYSTEM=="infiniband", PROGRAM="rdma_rename %k NAME_FALLBACK"
|
||
|
+#ACTION=="add", SUBSYSTEM=="infiniband", PROGRAM="rdma_rename %k NAME_FALLBACK"
|