From 01df2d1afcc3c7790bfe006ed455b7825095e069 Mon Sep 17 00:00:00 2001 From: braam Date: Sun, 23 Jun 2002 08:16:02 +0000 Subject: [PATCH] turn off directory indexing pending the resolution of the htree bug. --- lustre/tests/common.sh | 2 +- lustre/tests/intent-test.sh | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/lustre/tests/common.sh b/lustre/tests/common.sh index efe797b..58b3d5e 100644 --- a/lustre/tests/common.sh +++ b/lustre/tests/common.sh @@ -93,7 +93,7 @@ new_fs () { fi # Enable hash-indexed directories for extN filesystems - [ "$1" = "extN" ] && echo "feature FEATURE_C5" | debugfs -w $2 +# [ "$1" = "extN" ] && echo "feature FEATURE_C5" | debugfs -w $2 } # Set up to use an existing filesystem. We take the same parameters as diff --git a/lustre/tests/intent-test.sh b/lustre/tests/intent-test.sh index 266da79..bf79619 100755 --- a/lustre/tests/intent-test.sh +++ b/lustre/tests/intent-test.sh @@ -114,15 +114,12 @@ ls /mnt/lustre umount /mnt/lustre mount -t lustre_lite -o ost=$OST,mds=$MDS none /mnt/lustre -<<<<<<< intent-test.sh cat /mnt/lustre/iotest -======= echo "Testing truncation..." echo foo > /mnt/lustre/iotest echo bar >> /mnt/lustre/iotest cat /mnt/lustre/iotest -echo "trucating to 3 bytes now..." +echo "trucating to 4 bytes now..." ./truncate /mnt/lustre/iotest 4 cat /mnt/lustre/iotest ->>>>>>> 1.5 -- 1.8.3.1