From 1c9779758648582d0060c23b7909b6a9d1f95a36 Mon Sep 17 00:00:00 2001 From: grev Date: Fri, 13 Mar 2009 15:50:25 +0000 Subject: [PATCH] b=17195 i=Tappro skip the tests if no delayed recovery --- lustre/tests/large-scale.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lustre/tests/large-scale.sh b/lustre/tests/large-scale.sh index 580c95e..356ff57 100644 --- a/lustre/tests/large-scale.sh +++ b/lustre/tests/large-scale.sh @@ -71,6 +71,8 @@ delete_fake_exports () { } test_1b() { + delayed_recovery_enabled || { skip "No delayed recovery support"; return 0; } + local FAKE_NUM local NUM @@ -104,6 +106,8 @@ fail_mds () { } test_1c() { + delayed_recovery_enabled || { skip "No delayed recovery support"; return 0; } + zconf_mount_clients $CLIENTS $DIR # sanity mds fail (to exclude the recults on fresh formatted fs) -- 1.8.3.1