Whamcloud - gitweb
- fixed disabling pool shrinker in test 120a.
authoryury <yury>
Sat, 8 Sep 2007 17:13:20 +0000 (17:13 +0000)
committeryury <yury>
Sat, 8 Sep 2007 17:13:20 +0000 (17:13 +0000)
lustre/tests/sanity.sh

index 1aaafeb..9a7bfaa 100644 (file)
@@ -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