From 493a98b2dab75c040306f2b28f0fea4b1585356c Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 5 Jun 2002 20:27:41 +0000 Subject: [PATCH] Change the cleanup scripts to use the debug_kernel instead of get_debug. --- lustre/tests/llcleanup.sh | 10 +++++----- lustre/tests/llmountcleanup.sh | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lustre/tests/llcleanup.sh b/lustre/tests/llcleanup.sh index ace40b7..5b1f80c 100755 --- a/lustre/tests/llcleanup.sh +++ b/lustre/tests/llcleanup.sh @@ -5,14 +5,14 @@ SRCDIR="`dirname $0`/" setup_opts "$@" -$DBGCTL get_debug > /tmp/debug.1 +$DBGCTL debug_kernel /tmp/debug.1 cleanup_client -$DBGCTL get_debug > /tmp/debug.2 +$DBGCTL debug_kernel /tmp/debug.2 cleanup_server -$DBGCTL get_debug > /tmp/debug.3 +$DBGCTL debug_kernel /tmp/debug.3 cleanup_ldlm -$DBGCTL get_debug > /tmp/debug.4 +$DBGCTL debug_kernel /tmp/debug.4 cleanup_lustre -$DBGCTL get_debug > /tmp/debug.5 +$DBGCTL debug_kernel /tmp/debug.5 cleanup_portals diff --git a/lustre/tests/llmountcleanup.sh b/lustre/tests/llmountcleanup.sh index ad48b47..42bbcae 100755 --- a/lustre/tests/llmountcleanup.sh +++ b/lustre/tests/llmountcleanup.sh @@ -3,7 +3,7 @@ SRCDIR="`dirname $0`/" . $SRCDIR/common.sh -$DBGCTL get_debug > /tmp/debug.1 +$DBGCTL debug_kernel /tmp/debug.1 if mount | grep '/mnt/lustre'; then umount /mnt/lustre || fail "cannot unmount" @@ -49,7 +49,7 @@ rmmod ptlrpc rmmod obdclass rmmod extN -$DBGCTL get_debug > /tmp/debug.2 +$DBGCTL debug_kernel /tmp/debug.2 $PTLCTL <