From: Robert Read Date: Wed, 10 Feb 2010 18:47:19 +0000 (-0800) Subject: b=21049 Fix a missed change from original patch. X-Git-Tag: 1.10.0.37~23 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=f771a638b8033e71f3d9d328e593e2f369e7bf53;p=fs%2Flustre-release.git b=21049 Fix a missed change from original patch. --- 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