From: adilger Date: Wed, 24 Apr 2002 06:31:47 +0000 (+0000) Subject: Add llcleanup.sh script. This is the opposite of the llsetup.sh script, X-Git-Tag: 0.4.2~328 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a930d124c2507b91dde054154dfac76057b181de;p=fs%2Flustre-release.git Add llcleanup.sh script. This is the opposite of the llsetup.sh script, and also needs a config file in order to work. Some time soon when network configuration is included, this will be able to do the network cleanup, unlike the "llmountcleanup.sh" script. --- diff --git a/lustre/tests/llcleanup.sh b/lustre/tests/llcleanup.sh new file mode 100755 index 0000000..4cf2879 --- /dev/null +++ b/lustre/tests/llcleanup.sh @@ -0,0 +1,16 @@ +#!/bin/sh + +SRCDIR="`dirname $0`" +. $SRCDIR/common.sh + +setup_opts "$@" + +$DBGCTL get_debug > /tmp/debug.1 +cleanup_client +$DBGCTL get_debug > /tmp/debug.2 +cleanup_server + +$DBGCTL get_debug > /tmp/debug.3 +cleanup_lustre +$DBGCTL get_debug > /tmp/debug.4 +cleanup_portals