From: adilger Date: Wed, 18 Sep 2002 18:18:52 +0000 (+0000) Subject: Updates for 0.5.8 release. X-Git-Tag: v1_7_100~4737 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=d6ff9e1f7b632ea5704f43692f6bff33d0a7f400;p=fs%2Flustre-release.git Updates for 0.5.8 release. --- diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 19b0065..c3df627 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,3 +1,21 @@ +2002-09-18 Andreas Dilger + * version 0_5_8 + * documentation updates + - add man pages for config tools + - update tests/README to describe testing with new config tools + - finish metadata API descriptions + * bug fixes and cleanups + - statfs workaround for 16TB limit + - LOV stripe allocation improved, can stripe on subset of OSTs + - LOV file size/IO offset was wrong for files > 4GB in size + - object EA data was being dropped, caused files to be unreadable + - memory overflow with non-LOV OST caused memory corruption + - fixed regression tests to work with new config tools, obdfilter + - fixed bug when directory size became larger than 1 block + - fixed bug (for single client case) when PWD was deleted + - invalidate local directory pages when doing intent-based ops + - avoid LDLM oops when lock callback contained bad data + 2002-09-09 Andreas Dilger * version 0_5_7 * documentation updates