Whamcloud - gitweb
Many bugfixes related to intent locking. ldlm_handle became the more general
authorpschwan <pschwan>
Thu, 13 Jun 2002 16:23:41 +0000 (16:23 +0000)
committerpschwan <pschwan>
Thu, 13 Jun 2002 16:23:41 +0000 (16:23 +0000)
lustre_handle for everyone to use.

The current state of affairs is that create, mkdir, open, and ls show directory
coherence across multiple mounts.  The setup scripts can now install multiple
mounts (see client-mount2.cfg)

lustre/Makefile.am
lustre/tests/llcleanup.sh

index d25dc8c..e1e25cb 100644 (file)
@@ -7,7 +7,7 @@ AUTOMAKE_OPTIONS = foreign
 
 # NOTE: keep extN before mds
 SUBDIRS = ptlrpc llite lib ldlm obdecho mdc osc extN mds ost 
-SUBDIRS+= utils tests obdfilter obdclass obdext2 obdfs demos doc scripts 
+SUBDIRS+= utils tests obdfilter obdclass obdfs demos doc scripts 
 EXTRA_DIST = BUGS FDL Rules include patches
 
 # We get the version from the spec file.
index c78c16a..ff6236c 100755 (executable)
@@ -13,8 +13,8 @@ $DBGCTL debug_kernel /tmp/debug.2.$TIME
 cleanup_server
 
 $DBGCTL debug_kernel /tmp/debug.3.$TIME
-cleanup_ldlm
-$DBGCTL debug_kernel /tmp/debug.4.$TIME
 cleanup_lustre
+$DBGCTL debug_kernel /tmp/debug.4.$TIME
+cleanup_ldlm
 $DBGCTL debug_kernel /tmp/debug.5.$TIME
 cleanup_portals