From ad03940d7f9f5e673b22140e868e1dda5911c6a6 Mon Sep 17 00:00:00 2001 From: yury Date: Sat, 8 Sep 2007 17:13:20 +0000 Subject: [PATCH] - fixed disabling pool shrinker in test 120a. --- lustre/tests/sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 1aaafeb..9a7bfaa 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -3986,7 +3986,7 @@ run_test 120a "Early Lock Cancel: mkdir test ===================" test_120b() { disable_pool_recalc mdc disable_pool_shrink mdc - disable_pool_shrink mds-lustre + disable_pool_shrink "mds-$FSNAME" mkdir $DIR/$tdir cancel_lru_locks mdc stat $DIR/$tdir > /dev/null -- 1.8.3.1