From: alex Date: Mon, 21 Jun 2004 14:54:16 +0000 (+0000) Subject: - this test shows lmv obj refcounting problem X-Git-Tag: 1.3.4~711 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=4a2492c8e8c4a8c8e91e69d220586f619c49ffb6;p=fs%2Flustre-release.git - this test shows lmv obj refcounting problem --- diff --git a/lustre/tests/sanity-lmv.sh b/lustre/tests/sanity-lmv.sh index 77eaa92..ccf4fb4 100644 --- a/lustre/tests/sanity-lmv.sh +++ b/lustre/tests/sanity-lmv.sh @@ -277,6 +277,17 @@ test_2a() { } run_test 2a " list splitted dir =============================" +test_2b() { + mkdir $DIR/2b1 || error + createmany -o $DIR/2b1/f 5000 + $CLEAN + $START + statmany -l $DIR/2b1/f 5000 5000 || error + statmany -s $DIR/2b1/f 5000 5000 || error + rm -rf $DIR/2b1 || error +} +run_test 2b " list splitted dir after remount =============================" + TMPDIR=$OLDTMPDIR TMP=$OLDTMP HOME=$OLDHOME