netplugin icon indicating copy to clipboard operation
netplugin copied to clipboard

contiv/netplugin throws error on CentOS 7.4

Open unclejack opened this issue 8 years ago • 4 comments

contiv/netplugin fails to run on CentOS 7.4. modprobe throws an error when it starts.

modprobe: ERROR: could not insert 'openvswitch': Exec format error

This can be fixed by replacing modprobe and insmod.

unclejack avatar Sep 20 '17 19:09 unclejack

This has been fixed by PR #977.

unclejack avatar Sep 28 '17 14:09 unclejack

I am also experiencing this issue on CentOS and the pull request has been reverted by #998. Could you please reopen this issue?

basvandenbrink avatar Nov 30 '17 12:11 basvandenbrink

@basvandenbrink thanks for the reminder about this issue. we are actually working on this right now

dseevr avatar Nov 30 '17 17:11 dseevr

That's great! In the meanwhile, I worked around it by manually executing the following on each node before connecting:

sudo modprobe openvswitch

basvandenbrink avatar Nov 30 '17 18:11 basvandenbrink