RDMA Issues
The following issues are noted for RDMA:
-
ibacm
service is disabled by defaultThe
ibacm
service is disabled by default immediately after installation, which means theibacm
service does not automatically start after a reboot. This behavior is expected. Note that requirements for using theibacm
service are application-specific. If your application requires this service, you may need to enable the service to start after reboot:# systemctl enable ibacm
(Bug ID 28074471)
-
Error: some other host already uses address xxx.xxx.xxx.xxx
The following error message might be triggered in certain instances:
Error, some other host already uses address xxx.xxx.xxx.xxx
This issue is typically triggered when active-bonding is enabled, and you then run the
ifup
ib-interface command.You can ignore this message, as the InfiniBand interface is brought up successfully. (Bug ID 28097516)