Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,11 @@ function restart_driver() {
debug_print "mlx5_vdpa module not found; skipping"
fi

# Restart NetworkManager on OpenShift only to ensure that the network
# configuration is applied correctly included bonding interfaces
if [ -n "${OPENSHIFT_VERSION}" ]; then
exec_cmd "systemctl restart NetworkManager"
fi
remove_ofed_modules_blacklist

}
Expand Down