Skip to content
Snippets Groups Projects
Commit 43f5dd07 authored by bwzhou's avatar bwzhou
Browse files

Branch b1_6

b=14763

fix for t-f
parent 3e89a3b1
No related branches found
No related tags found
No related merge requests found
......@@ -217,7 +217,7 @@ unload_modules() {
wait_exit_ST client # bug 12845
lsmod | grep libcfs > /dev/null && $LCTL dl
local MODULES=$($LCTL modules | awk '{ print $2 }' | grep -v libcfs)
local MODULES=$($LCTL modules | awk '{ print $2 }' | grep -v libcfs) || true
$RMMOD $MODULES > /dev/null 2>&1 || true
# do it again, in case we tried to unload ksocklnd too early
MODULES=$($LCTL modules | awk '{ print $2 }' | grep -v libcfs) || true
......
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