From: pschwan Date: Wed, 7 Aug 2002 17:30:04 +0000 (+0000) Subject: - Updated changelog and spec file X-Git-Tag: 0.5.3 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=314917dc0da384d8a59350babb5fb100c60bf519;p=fs%2Flustre-release.git - Updated changelog and spec file - Changed 'obdctl' to 'lctl' in common.sh, since we don't include obdctl in the RPM, and it Just Works --- diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 34e961e..6ad5cbb 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,5 +1,11 @@ -2002-07-25 Peter J. Braam +2002-08-07 Phil Schwan + * 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 * 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 - * release version v0_4_1. Hopefully stable on single node use. - diff --git a/lustre/scripts/lustre.spec.in b/lustre/scripts/lustre.spec.in index 5b7caea..22b2e5e 100644 --- a/lustre/scripts/lustre.spec.in +++ b/lustre/scripts/lustre.spec.in @@ -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 diff --git a/lustre/tests/common.sh b/lustre/tests/common.sh index 54ad201..e133b21 100644 --- a/lustre/tests/common.sh +++ b/lustre/tests/common.sh @@ -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