There is no need to unenslave IPoIB interfaces before stopping the stack. This can cause a kernel crash as described in https://bugs.openfabrics.org/show_bug.cgi?id=1821
Signed-off-by: Moni Shoua <[email protected]> --- diff --git a/ofed_scripts/openibd b/ofed_scripts/openibd index 8b0c3e6..2e5efee 100755 --- a/ofed_scripts/openibd +++ b/ofed_scripts/openibd @@ -1272,11 +1272,6 @@ stop() fi fi - # Down all bond interfaces - if ( which ib-bond &>/dev/null ) ; then - ib-bond --stop-all - fi - # Stop SRP HA daemon if running if [ -f $srp_daemon_pidfile ]; then local line p _______________________________________________ ewg mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg
