X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2FChangeLog;h=01e14ed5cead0cf0d6b9fcf6b6749a68b32a8508;hb=6bace8afceb16703221d45683a890723e5bcc453;hp=8938a129f0bc0d8a88f2c9386533dd0dd8dfece0;hpb=ed70cb30852dbe5d25757607ba509dc0e54c7c5c;p=fs%2Flustre-release.git diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 8938a12..01e14ed 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,17 +1,172 @@ tbd Sun Microsystems, Inc. * version 2.0.0 - * Support for kernels: - 2.6.16.60-0.39.3 (SLES 10), - 2.6.18-128.1.14.el5 (RHEL 5), - 2.6.22.14 vanilla (kernel.org). + * Server support for kernels: + 2.6.18-164.6.1.el5 (RHEL 5) + 2.6.18-164.6.1.0.1.el5 (OEL 5) * Client support for unpatched kernels: (see http://wiki.lustre.org/index.php?title=Patchless_Client) - 2.6.16 - 2.6.21 vanilla (kernel.org) + 2.6.18-164.6.1.el5 (RHEL 5), + 2.6.18-164.6.1.0.1.el5 (OEL 5) + 2.6.16.60-0.42.8 (SLES 10), + 2.6.27.19-5 (SLES11) * Recommended e2fsprogs version: 1.41.6.sun1 * Note that reiserfs quotas are disabled on SLES 10 in this kernel. - * RHEL 4 and RHEL 5/SLES 10 clients behaves differently on 'cd' to a - removed cwd "./" (refer to Bugzilla 14399). - * File join has been disabled in this release, refer to Bugzilla 16929. + +Severity : normal +Bugzilla : 21547 +Description: Add cascading_rw to lustre mpi tests. + +Severity : normal +Bugzilla : 19964 +Description: Store SOM data in EA. +Details : Also several SOM related cleanups. + +Severity : normal +Bugzilla : 20098 +Description: Add refcount to md_open_data + +Severity : normal +Bugzilla : 20607 +Description: Use refcount on lov_request_set to prevent memory corruption. + +Severity : normal +Bugzilla : 15692 +Description: Statahead: use parent dir's i_mutex for synchronization. + +Severity : normal +Bugzilla : 21571 +Description: loadgen improvements. + +Severity : normal +Bugzilla : 16186 +Description: Enable peer health detection in ksocklnd and ko2iblnd. + +Severity : normal +Bugzilla : 17545 +Description: Control DCACHE_LUSTRE_INVALID flag with MDS_INODE_LOOKCUP lock + +Severity : normal +Bugzilla : 21591 +Description: Fix race on obd_devcie:md_stats + +Severity : normal +Bugzilla : 21600 +Description: Fix SLES 11 client builds. +Details : Resolved uninitalized pointer gcc warnings. + +Severity : normal +Bugzilla : 21259 +Description: Allow non-root access for "lfs check". +Details : Added a check in obd_class_ioctl() for OBD_IOC_PING_TARGET. + +Severity : normal +Bugzilla : 21513 +Description: Clear imp_force_reconnect correctly in ptlrpc_connect_interpret() + +Severity : enhancement +Bugzilla : 20773 +Description: Update kernel to RHEL5.4 2.6.18-164.6.1.el5 and + OEL5 2.6.18-164.6.1.0.1.el5(Both in-kernel OFED enabled). + +Severity : normal +Bugzilla : 21049 +Description: Sanity test_27p fails. +Details : OBD_FAIL_OST_ENOSPC has been moved to filter_statfs(). + Sanity tests 27 were cleaned up and improved. + +Severity : normal$ +Bugzilla : 18631 +Description: Unify req format on client/servers +Details : Use new req_capsule API [almost] everywhere instead of old PTLRPC + buffers and swabbers approach.. + +Severity : normal +Frequency : cleanup +Bugzilla : 19200 +Description: drop join file stuff. + +Severity : enhancement +Bugzilla : 14250 +Description: Add 2.6.27 and SLES11 (patchless client) support + +Severity : normal +Bugzilla : 20302 +Description: Fix in ptlrpc_expire_one_request() to print the signed time + difference. + +Severity : enhancement +Bugzilla : 16312 +Description: Build kernels (RHEL5, OEL5 and SLES10/11) using the vendor's own + kernel spec file. + +Severity : enhancement +Bugzilla : 19662 +Description: Remove set_info(KEY_UNLINKED) from MDS/OSC + +Severity : enhancement +Bugzilla : 19526 +Description: correctly handle big reply message. +Details : send LNet event if reply is bigger then buffer and adjust this buffer + correctly. + +Severity : normal +Bugzilla : 19917 +Description: Drop unnecessary __GFP_NOMEMALLOC flag from filter_get_page() + +Severity : enhancement +Bugzilla : 20539 +Description: Add support for OEL5. + +Severity : normal +Bugzilla : 20482 +Description: Conf-sanity.sh 50g test - deactivated OST should not cause a panic. + +Severity : normal +Bugzilla : 18674 +Description: client could not reconnect to OST because of an active request. +Details : The client now retries to reconnect to the same server, if a + connect request failed with EBUSY or -EAGAIN. Test case 35b + conf-sanity.sh has been created. + +Severity : normal +Bugzilla : 19557 +Description: Don't allow make backward step on assignin osc next id. +Details : race between allocation next id and ll_sync thread can be cause + of set wrong osc next id and can be kill valid ost objects. + +Severity : normal +Bugzilla : 20533 +Description: Changes in raid5-large-io-rhel5.patch to calculate sectors properly + +Severity : normal +Bugzilla : 20533 +Description: Increase the default BLK_DEF_MAX_SECTORS value for RHEL5 and SLES11 + +Severity : normal +Bugzilla : 20482 +Description: Error handling in osc_statfs_interpret() has been improved. +Details : Check in osc_statfs_interpret() for EBADR. + +Severity : normal +Bugzilla : 20482 +Description: Do not send statfs() requests to OSTs disabled by administrator. +Details : Check in lov_prep_statfs_set() for non-NULL ltd_exp. + +Severity : enhancement +Bugzilla : 20200 +Description: Added sanity-quota test to for lfs(1) to work with numeric uid/gid. + +Severity : enhancement +Bugzilla : 20400 +Description: Update kernel to RHEL5 2.6.18-128.7.1.el5. + +Severity : enhancement +Bugzilla : 20200 +Description: Enhancement for lfs(1) command to use numeric uid/gid. + +Severity : normal +Bugzilla : 14951 +Description: Improved cleanup procedure for conf-sanity test_46a. Severity : normal Bugzilla : 18674 @@ -2201,6 +2356,18 @@ Details : In filter_commitrw_write(): lquota_chkquota() and lquota_pending_commit() to use different uid and gid. That is the root of the bug. +Severity : normal +Bugzilla : 20463 +Descriptoin: getstripe doesn't report stripe count = -1 sanely +Details : Detect and print out the 'stripe count = -1' case properly. + +Severity : normal +Bugzilla : 19128 +Description: Out or order replies might be lost on replay +Details : In ptlrpc_retain_replayable_request if we cannot find retained + request with tid smaller then one currently being added, add it + to the start, not end of the list. + -------------------------------------------------------------------------------- 2007-08-10 Cluster File Systems, Inc.