Whamcloud - gitweb
LU-8575 lod: clear ost usable flag to avoid striping.
[fs/lustre-release.git] / lustre / tests / sanity.sh
index 810f99d..c61e3bc 100755 (executable)
@@ -1650,7 +1650,7 @@ test_27u() { # bug 4900
        createmany -o $DIR/$tdir/t- 1000
        do_nodes $list $LCTL set_param fail_loc=0
 
-       TLOG=$DIR/$tfile.getstripe
+       TLOG=$TMP/$tfile.getstripe
        $GETSTRIPE $DIR/$tdir > $TLOG
        OBJS=$(awk -vobj=0 '($1 == 0) { obj += 1 } END { print obj; }' $TLOG)
        unlinkmany $DIR/$tdir/t- 1000