Bug ID 1029780
Summary RDMA service tries to load non-existing drivers
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware x86-64
OS SUSE Other
Status NEW
Severity Normal
Priority P5 - None
Component Other
Assignee bnc-team-screening@forge.provo.novell.com
Reporter bart@bartvanassche.be
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

# rpm -qi rdma
Name        : rdma
Version     : 2.0
Release     : 3.5
Architecture: noarch
Install Date: Wed 09 Nov 2016 01:41:50 PM PST
Group       : System Environment/Base
Size        : 7523
License     : GPL-2.0+
Signature   : RSA/SHA256, Thu 16 Jun 2016 11:09:20 AM PDT, Key ID
b88b2fd43dbdc284
Source RPM  : rdma-2.0-3.5.src.rpm
Build Date  : Thu 16 Jun 2016 11:09:14 AM PDT
Build Host  : lamb19
Relocations : (not relocatable)
Packager    : http://bugs.opensuse.org
Vendor      : openSUSE
URL         : http://www.suse.com
Summary     : Infiniband/iWARP Kernel Module Initializer
Description :
User space initialization scripts for the kernel InfiniBand/iWARP drivers
Distribution: openSUSE Tumbleweed

>From the system log:

Mar 16 09:28:37 ion-dev-ib-ini rdma-init-kernel[1096]: modprobe: FATAL: Module
ib_mad not found in directory /lib/modules/4.10.1-2-default
Mar 16 09:28:37 ion-dev-ib-ini rdma-init-kernel[1096]: Failed to load module
modprobe: FATAL: Module ib_sa not found in directory
/lib/modules/4.10.1-2-default
Mar 16 09:28:37 ion-dev-ib-ini rdma-init-kernel[1096]: Failed to load module
modprobe: FATAL: Module ib_addr not found in directory
/lib/modules/4.10.1-2-default

Proposed fix:

# diff -u /usr/sbin/rdma-init-kernel{.orig,}
--- /usr/sbin/rdma-init-kernel.orig     2017-03-16 12:46:08.014219232 -0700
+++ /usr/sbin/rdma-init-kernel  2017-03-16 12:46:32.324139532 -0700
@@ -14,7 +14,7 @@
 LOAD_ULP_MODULES=""
 LOAD_CORE_USER_MODULES="ib_umad ib_uverbs ib_ucm rdma_ucm"
 LOAD_CORE_CM_MODULES="iw_cm ib_cm rdma_cm"
-LOAD_CORE_MODULES="ib_core ib_mad ib_sa ib_addr"
+LOAD_CORE_MODULES="ib_core"

 if [ -f $CONFIG ]; then
     . $CONFIG


For more information, see also:
* "IB/core: Integrate IB address resolution module into core", May 19, 2006
(https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e3f20f02864f6da1509c523bfa1e928619e59095)
* "IB/SA: Integrate ib_sa module into ib_core module", May 19, 2006
(https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=
c2e49c92326f9baaa490492c48bea5a7f49d3244)
* "IB/MAD: Integrate ib_mad module into ib_core module", May 19, 2006
(https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=
4c2cb4220431cbf92233dc12733ee8962abb9081)


You are receiving this mail because: