Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c3353b
)
no longer needed after Robert's fixes
author
braam
<braam>
Tue, 14 Jan 2003 19:30:39 +0000
(19:30 +0000)
committer
braam
<braam>
Tue, 14 Jan 2003 19:30:39 +0000
(19:30 +0000)
lustre/tests/llmountcleanup2-hack.sh
[deleted file]
patch
|
blob
|
history
diff --git
a/lustre/tests/llmountcleanup2-hack.sh
b/lustre/tests/llmountcleanup2-hack.sh
deleted file mode 100644
(file)
index
631ebb5
..0000000
--- a/
lustre/tests/llmountcleanup2-hack.sh
+++ /dev/null
@@
-1,25
+0,0 @@
-#!/bin/sh
-
-umount /mnt/lustre2
-umount /mnt/lustre1
-../utils/lctl <<EOF
-name2dev OSC2_localhost
-cleanup
-detach
-name2dev MDC2_mds1
-cleanup
-detach
-quit
-EOF
-
-LCONF=${LCONF:-../utils/lconf}
-NAME=${NAME:-local}
-
-config=$NAME.xml
-mkconfig=$NAME.sh
-
-if [ ! -f $config -o $mkconfig -nt $config ]; then
- sh $mkconfig $config || exit 1
-fi
-
-${LCONF} --cleanup --dump /tmp/debug $config