Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Could not insert module cortx-motr/m0tr.ko: Network is down #598

Answered by andriytk
hessio asked this question in Q&A
Discussion options

You must be logged in to vote

Looks like some problem with lnet (you can confirm with lctl list_nids and check for errors with dmesg | tail -50). If it's the case and you see in dmesg something like:

[41061.409598] LNetError: 8891:0:(socklnd.c:2795:ksocknal_startup()) ksocklnd: requested 1 but only 0 interfaces found
[41062.409898] LNetError: 105-4: Error -100 starting up LNI tcp
[41062.411483] subsystem net/lnet init failed: rc = -100

Try to restart lnet:

sudo rmmod lnet

If it refuses to unload because of some dependent module (like ksocklnd) - unload that module also:

sudo rmmod ksocklnd lnet

And then start lnet back:

sudo modprobe lnet
sudo lctl net up

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by hessio
Comment options

You must be logged in to vote
1 reply
@andriytk
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants