From 7924f570ccee1309b7c33fcb66b9f9ace186b68c Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 6 Jul 2005 20:13:41 +0000 Subject: [PATCH] - make recovery-small.sh working correct with local configuration (1 mds) --- lustre/tests/recovery-small.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index ac1a811..d996a0f 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -39,7 +39,7 @@ gen_config() { add_mds mds1 --dev $MDSDEV --size $MDSSIZE add_lov lov1 mds1 --stripe_sz $STRIPE_BYTES \ --stripe_cnt $STRIPES_PER_OBJ --stripe_pattern 0 - MDS=mds1_svc + MDS=mds1 fi -- 1.8.3.1