Skip to content
Snippets Groups Projects
Commit 582d260e authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Make llmountcleanup.sh use new helper methods.

parent 094d2eb3
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ umount /mnt/obd ...@@ -8,7 +8,7 @@ umount /mnt/obd
rmmod llight rmmod llight
rmmod mdc rmmod mdc
$R/usr/src/obd/utils/obdctl <<EOF $OBDCTL <<EOF
device 3 device 3
cleanup cleanup
detach detach
...@@ -32,7 +32,7 @@ rmmod obdext2 ...@@ -32,7 +32,7 @@ rmmod obdext2
rmmod ptlrpc rmmod ptlrpc
rmmod obdclass rmmod obdclass
$R/usr/src/portals/linux/utils/ptlctl <<EOF $PTLCTL <<EOF
setup tcp setup tcp
disconnect localhost disconnect localhost
del_uuid self del_uuid self
...@@ -46,4 +46,5 @@ killall acceptor ...@@ -46,4 +46,5 @@ killall acceptor
rmmod portals rmmod portals
losetup -d ${LOOP}0 losetup -d ${LOOP}0
losetup -d ${LOOP}1 losetup -d ${LOOP}1
\ No newline at end of file losetup -d ${LOOP}2
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