Whamcloud - gitweb
- removes unnecessary duplicate xid from lustre_msg
authorbraam <braam>
Wed, 12 Jun 2002 17:48:00 +0000 (17:48 +0000)
committerbraam <braam>
Wed, 12 Jun 2002 17:48:00 +0000 (17:48 +0000)
 - fixes two intent handling bugs

 - fixes some service locking

 - still in progress

lustre/tests/llcleanup.sh
lustre/tests/obdfilter.cfg

index 5b1f80c..c78c16a 100755 (executable)
@@ -5,14 +5,16 @@ SRCDIR="`dirname $0`/"
 
 setup_opts "$@"
 
-$DBGCTL debug_kernel /tmp/debug.1
+TIME=`date +'%s'`
+
+$DBGCTL debug_kernel /tmp/debug.1.$TIME
 cleanup_client
-$DBGCTL debug_kernel /tmp/debug.2
+$DBGCTL debug_kernel /tmp/debug.2.$TIME
 cleanup_server
 
-$DBGCTL debug_kernel /tmp/debug.3
+$DBGCTL debug_kernel /tmp/debug.3.$TIME
 cleanup_ldlm
-$DBGCTL debug_kernel /tmp/debug.4
+$DBGCTL debug_kernel /tmp/debug.4.$TIME
 cleanup_lustre
-$DBGCTL debug_kernel /tmp/debug.5
+$DBGCTL debug_kernel /tmp/debug.5.$TIME
 cleanup_portals
index 24930d5..e9021c2 100644 (file)
@@ -2,6 +2,6 @@
 # Config file for setting up an object storage target with obdfilter
 OSTDEV=/tmp/ost
 OSTSIZE=10000
-OSTFS=ext2
+OSTFS=extN
 OSTTYPE=obdfilter
 SETUP_OST=y