From 04543c6946bbdcc8895f0de1b4a077e88d4c390a Mon Sep 17 00:00:00 2001 From: rread Date: Fri, 21 Nov 2003 09:10:57 +0000 Subject: [PATCH] move client_df to test-framework. --- lustre/tests/insanity.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lustre/tests/insanity.sh b/lustre/tests/insanity.sh index d59671e..26b4ca8 100755 --- a/lustre/tests/insanity.sh +++ b/lustre/tests/insanity.sh @@ -125,10 +125,6 @@ cleanup() { stop ost2 ${FORCE} --dump cleanup.log } -client_df() { - $PDSH $CLIENTS "df $MOUNT" | dshbak -c -} - trap exit INT client_mkdirs() { -- 1.8.3.1