X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2FChangeLog;h=e23a18c774c205c954cd28a2adbc572369c49bff;hp=27a2f9236a180eec0db2c3d65a151598665dabca;hb=a6527b28ba2082a445fbf584909a7791ce407ef3;hpb=7df9488e9047e27f27db09d3c5c12ffa8ca83f03;ds=sidebyside diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 27a2f92..e23a18c 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,18 +1,193 @@ -tbd Sun Microsystems, Inc. +TBD Oracle, Inc. + * version 2.1.0 + * Server support for kernels: + 2.6.18-164.11.1.el5 (RHEL 5) + 2.6.18-164.11.1.0.1.el5 (OEL 5) + * Client support for unpatched kernels: + (see http://wiki.lustre.org/index.php?title=Patchless_Client) + 2.6.18-164.11.1.el5 (RHEL 5), + 2.6.18-164.11.1.0.1.el5 (OEL 5) + 2.6.16.60-0.42.8 (SLES 10), + 2.6.27.19-5 (SLES11) + 2.6.29.4-167.fc11 (FC11) + * Recommended e2fsprogs version: 1.41.10-sun2 + +-------------------------------------------------------------------------------- + +2010-07-15 Oracle, Inc. * version 2.0.0 - * Support for kernels: - 2.6.18-164.6.1.0.1.el5 (RHEL 5, OEL 5) + * Server support for kernels: + 2.6.18-164.11.1.el5 (RHEL 5) + 2.6.18-164.11.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.27 vanilla (kernel.org) - 2.6.16.60-0.39.3 (SLES 10), - 2.6.18-164.6.1.el5 (RHEL 5), + 2.6.18-164.11.1.el5 (RHEL 5), + 2.6.18-164.11.1.0.1.el5 (OEL 5) + 2.6.16.60-0.42.8 (SLES 10), 2.6.27.19-5 (SLES11) - 2.6.27 vanilla (kernel.org). - * 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). + 2.6.29.4-167.fc11 (FC11) + * Recommended e2fsprogs version: 1.41.10-sun2 + +Severity : enhancement +Bugzilla : 22481 +Description: Distribute lfs_migrate script with lustre +Details : The lfs_migrate mentioned in the manual is now included in the + lustre tree in lustre/scripts and will distributed in lustre RPMs. + + +Severity : enhancement +Bugzilla : 15253 +Description: Failover nid list added to import proc file. + +Severity : enhancement +Bugzilla : 22864 +Description: "som_preview" mount option required to use SOM +Details : The clients will need to use som_preview mount option + in order to use SOM. + +Bugzilla : 22850 +Description: Lustre does not do 1MB IOs to HW RAID +Details : Bump MAX_PHYS/HW_SEGMENTS and SG_ALL to 256 in the RHEL5 kernel. + +Severity : enhancement +Bugzilla : 22194 +Description: lfs quota output is not very convenient for awk/sed-parsing +Details : Some positions in lfs quota output table could be empty or + non-empty which made it hard to parse it with scripts, now + a dash is put instead of space where there is not supposed + to be any data. + +Severity : normal +Bugzilla : 22787 +Description: Update to OFED 1.5.1 +Details : OFED 1.5.1 will be used in environments that don't use + vendor supplied OFED. + +Severity : normal +Bugzilla : 22455 +Description: Remove lnet. prefix from lctl params display +Details : Also renamed lnet.memused to lnet_memused to + avoid name conflict. + +Severity : normal +Bugzilla : 15253 +Description: Use conf_param -d to remove permanant settings. + +Severity : normal +Bugzilla : 22455 +Description: Add list_param -R +Details : lctl list_param now supports recursive mode. + +Severity : normal +Bugzilla : 21829, 22312 +Description: Fix llobdstat. +Details : 1. Now updating the write_bytes counter + 2. Port script fixes from 1.8. + +Severity : normal +Bugzilla : 20433 +Description: decrease the usage of memory on clients. +Details : 1. On clients, recycle dentries and inodes unused. + 2. Delete the code related to ll_deathrow(att 6215 in bug 1443). It + is useless now. + +Severity : normal +Bugzilla : 21829 +Description: llobdstat fix and enhancement +Details : add a counter to set a limit to how many samples will be returned + fix a wildcard in the path to limit to obdfilter stats only + +Severity : normal +Bugzilla : 21259 +Description: lfs check only allowed for root +Details : Code cleanups and added a regresion test of non-root use of + lfs check. + +Severity : normal +Bugzilla : 21879 +Description: MDS Oopses in ptlrpc_dispatch_difficult_reply()/__list_add() +Details : Fix hr->hr_index overload. + +Severity : normal +Bugzilla : 19742 +Description: Fix FIEMAP functionality. + +Severity : normal +Bugzilla : 19808 +Description: FC11 patchless client support added + +Severity : normal +Bugzilla : 21632 +Description: Update RHEL5.4 kernel to 2.6.18-164.11.1.el5 and + OEL5.4 kernel to 2.6.18-164.11.1.0.1.el5. + +Severity : normal +Bugzilla : 20057 +Description: New acc-sm script and various test-framework enhancments. + +Severity : normal +Bugzilla : 15962 +Description: Previously landed patch was reverted. + +Severity : normal +Bugzilla : 20758 +Description: Update SLES10 kernel to 2.6.16.60-0.42.8 (patchless) + +Severity : normal +Bugzilla : 19673 +Description: Add ldiskfs maxdirsize mount option. + +Severity : normal +Bugzilla : 20301 +Description: Fix mkfs.lustre support for 16TB LUNs. + +Severity : normal +Bugzilla : 21564 +Description: Print mmp_check_interval +Details : print mmp_check_interval and make it possible to abort + mount operation in case it takes too long. + +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 @@ -128,7 +303,7 @@ Severity : normal Bugzilla : 14951 Description: Improved cleanup procedure for conf-sanity test_46a. -Severity : normal +Severity : normal Bugzilla : 18674 Description: Do not start bulk transfer, if client tried to reconnect. Details : Do not start bulk transfer, if client tried to reconnect, @@ -145,7 +320,7 @@ Severity : enhancement Bugzilla : 19955 Description: provide server to client comms path Details : server to client communications path via new LDLM_SET_INFO rpc - + Severity : normal Bugzilla : 20008 Description: truncate starts GFP_FS allocation under transaction causing deadlock