Whamcloud - gitweb
no longer needed after Robert's fixes
authorbraam <braam>
Tue, 14 Jan 2003 19:30:39 +0000 (19:30 +0000)
committerbraam <braam>
Tue, 14 Jan 2003 19:30:39 +0000 (19:30 +0000)
lustre/tests/llmountcleanup2-hack.sh [deleted file]

diff --git a/lustre/tests/llmountcleanup2-hack.sh b/lustre/tests/llmountcleanup2-hack.sh
deleted file mode 100644 (file)
index 631ebb5..0000000
+++ /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