From: manoj Date: Thu, 13 Aug 2009 19:42:06 +0000 (+0000) Subject: b=19780 X-Git-Tag: v1_9_250~39 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=7bc089511d2f6b02de04f7ed3c53d6210f537bd4;p=fs%2Flustre-release.git b=19780 Removing unwanted debug messages added during testing. --- diff --git a/lustre/tests/ost-pools.sh b/lustre/tests/ost-pools.sh index ec083ab..e3d3104 100644 --- a/lustre/tests/ost-pools.sh +++ b/lustre/tests/ost-pools.sh @@ -1063,23 +1063,18 @@ test_20() { touch $dir3/file3 $SETSTRIPE -c 1 $dir2/file4 # No pool assignment - echo start checks check_file_in_pool $dir1/file1 $POOL2 check_file_in_pool $dir2/file2 $POOL2 - echo check \#2 check_dir_not_in_pool $dir3 $POOL check_dir_not_in_pool $dir3 $POOL2 - echo check \#3 check_file_not_in_pool $dir3/file3 $POOL check_file_not_in_pool $dir3/file3 $POOL2 - echo check \#4 check_file_not_in_pool $dir2/file4 $POOL check_file_not_in_pool $dir2/file4 $POOL2 - echo check \#5 rm -rf $dir1 destroy_pool $POOL destroy_pool $POOL2