Whamcloud - gitweb
Branch b1_4_mountconf
[fs/lustre-release.git] / lustre / utils / rmmod_all.sh
1 #!/bin/sh
2
3 ./lctl modules | awk '{ print $2 }' | xargs rmmod
4 # do it again, in case we tried to unload ksocklnd too early
5 ./lctl modules | awk '{ print $2 }' | xargs rmmod