Whamcloud - gitweb
turn off directory indexing pending the resolution of the htree bug.
authorbraam <braam>
Sun, 23 Jun 2002 08:16:02 +0000 (08:16 +0000)
committerbraam <braam>
Sun, 23 Jun 2002 08:16:02 +0000 (08:16 +0000)
lustre/tests/common.sh
lustre/tests/intent-test.sh

index efe797b..58b3d5e 100644 (file)
@@ -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
index 266da79..bf79619 100755 (executable)
@@ -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