Whamcloud - gitweb
- Updated changelog and spec file
authorpschwan <pschwan>
Wed, 7 Aug 2002 17:30:04 +0000 (17:30 +0000)
committerpschwan <pschwan>
Wed, 7 Aug 2002 17:30:04 +0000 (17:30 +0000)
- Changed 'obdctl' to 'lctl' in common.sh, since we don't include obdctl in
  the RPM, and it Just Works

lustre/ChangeLog
lustre/scripts/lustre.spec.in
lustre/tests/common.sh

index 34e961e..6ad5cbb 100644 (file)
@@ -1,5 +1,11 @@
-2002-07-25  Peter J. Braam  <braam@clusterfs.com>
+2002-08-07  Phil Schwan  <phil@clusterfs.com>
+       * version 0_5_3, our first alpha
+       * we use the new Portals iovs
+       * documentation updates
+       * bug fixes and cleanups
+       * small changes in the DLM wire protocol
 
+2002-07-25  Peter J. Braam  <braam@clusterfs.com>
        * version 0_5_1 with some initial stability, 
        * locking on MD and file I/O. 
        * documentation updates
@@ -35,6 +41,4 @@
        * move forward to latest Lustre kernel
 
 2002-06-25  Peter Braam  <braam@clusterfs.com>
-
        * release version v0_4_1.  Hopefully stable on single node use. 
-
index 5b7caea..22b2e5e 100644 (file)
@@ -1,9 +1,9 @@
 # lustre.spec
-%define version 0.5.1
+%define version 0.5.3
 %define kversion @RELEASE@
 %define linuxdir @LINUX@
 %define portalsdir @PORTALS@
-Release: 1
+Release: 2
 
 Summary: Lustre Lite File System
 Name: lustre-lite
index 54ad201..e133b21 100644 (file)
@@ -14,7 +14,7 @@ if [ -f $SRCDIR/Makefile.am ]; then
        DBGCTL=$PORTALS/linux/utils/debugctl
        ACCEPTOR=$PORTALS/linux/utils/acceptor
 
-       OBDCTL=$LUSTRE/utils/obdctl
+       OBDCTL=$LUSTRE/utils/lctl
 else
        USEDEV=no
        # should have configure set the paths here
@@ -22,10 +22,10 @@ else
        PORTALS=/lib/modules
        LUSTRE=/lib/modules
 
-       PTLCTL=$BINDIR/ptlctl
-       DBGCTL=$BINDIR/debugctl
+       PTLCTL=$BINDIR/lctl
+       DBGCTL=$BINDIR/lctl
        ACCEPTOR=$BINDIR/acceptor
-       OBDCTL=$BINDIR/obdctl
+       OBDCTL=$BINDIR/lctl
 fi
 
 LOOPNUM=0; export LOOPNUM