From f771a638b8033e71f3d9d328e593e2f369e7bf53 Mon Sep 17 00:00:00 2001 From: Robert Read Date: Wed, 10 Feb 2010 10:47:19 -0800 Subject: [PATCH] b=21049 Fix a missed change from original patch. --- 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 ae4ace0..cf28fb9 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -1021,7 +1021,7 @@ exhaust_precreations() { do_facet mds${MDSIDX} lctl get_param osc.*OST*-osc-${MDT_INDEX}.prealloc* - mkdir -p $DIR/d27/${OST} + mkdir -p $DIR/$tdir/${OST} $SETSTRIPE $DIR/$tdir/${OST} -i $OSTIDX -c 1 #define OBD_FAIL_OST_ENOSPC 0x215 do_facet ost$((OSTIDX + 1)) lctl set_param fail_val=$FAILIDX -- 1.8.3.1