Skip to content
Snippets Groups Projects
Commit f4968a17 authored by Nathan Rutman's avatar Nathan Rutman
Browse files

unload a third time for lnet

parent df38b142
No related branches found
No related tags found
No related merge requests found
......@@ -14,5 +14,7 @@ esac
lctl modules | awk '{ print $2 }' | xargs $RMMOD >/dev/null 2>&1
# do it again, in case we tried to unload the lnd's too early
lctl modules | awk '{ print $2 }' | xargs $RMMOD >/dev/null 2>&1
# third times the charm
lsmod | grep lnet > /dev/null && lctl modules | awk '{ print $2 }' | xargs $RMMOD
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment