X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2FChangeLog;h=f47afd637269a5a521fea80328f4aee9e836469f;hp=c82f0121c81633486475b3449c4b0b164e2d678b;hb=6ca8d449adf2821a3aa42249ab0e201fc1890778;hpb=cc1aa12df82a7b476c3a93b993aa232aecaee3c0 diff --git a/lustre/ChangeLog b/lustre/ChangeLog index c82f012..f47afd6 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,4 +1,84 @@ -tbd Sun Microsystems, Inc. +TBD Whamcloud, Inc. + * version 2.2.0 + * See http://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix + * Server support for kernels: + 2.6.32-220.4.2.el6 (RHEL6) + * Client support for unpatched kernels: + 2.6.32-220.4.2.el6 (RHEL6) + 2.6.27.19-5 (SLES11) + 2.6.18-238.19.1.el5 (RHEL5) + 2.6.16.60-0.69.1 (SLES10) + * Recommended e2fsprogs version: 1.41.90.wc4 + * NFS export disabled when stack size < 8192 (32-bit Lustre clients), + since the NFSv4 export of Lustre filesystem with 4K stack may cause a + stack overflow. For more information, please refer to bugzilla 17630. + * NFSv4 reexport to 32-bit NFS client nodes requires Lustre client on + the re-exporting nodes to be mounted with "32bitapi" mount option + +Severity : enhancement +Jira : LU-1120 +Description: Update RHEL6.2 kernel to 2.6.32-220.4.2.el6 + +Severity : enhancement +Jira : LU-1054 +Description: Update RHEL6.2 kernel to 2.6.32-220.4.1.el6 + +Severity : enhancement +Jira : LU-751 +Description: Update RHEL6.2 kernel to 2.6.32-220.el6 + +Severity : enhancement +Jira : LU-624 +Description: Update RHEL6.1 kernel to 2.6.32-131.17.1.el6 + +-------------------------------------------------------------------------------- + +09-30-2011 Whamcloud, Inc. + * version 2.1.0 + * Server support for kernels: + 2.6.18-238.19.1.el5 (RHEL5) + 2.6.32-131.6.1.el6 (RHEL6) + * Client support for unpatched kernels: + (see http://wiki.lustre.org/index.php?title=Patchless_Client) + 2.6.18-238.19.1.el5 (RHEL5) + 2.6.32-131.6.1.el6 (RHEL6) + 2.6.29.4-167.fc11 (FC11) + 2.6.16.60-0.69.1 (SLES10) + 2.6.27.19-5 (SLES11) + * Recommended e2fsprogs version: 1.41.90.wc3 + * NFS export disabled when stack size < 8192. Since the NFSv4 export of + Lustre filesystem with 4K stack may cause a stack overflow. For more + information, please refer to bugzilla 17630. + * NFSv4 reexport requires Lustre client on the re-exporting nodes to be + mounted with "32bitapi" mount option + +Severity : enhancement +Description: Update RHEL6.1 kernel to 2.6.32-131.6.1.el6 + +Severity : enhancement +Description: Update RHEL5.6 kernel to 2.6.18-238.19.1.el5 + +Severity : enhancement +Description: Update RHEL5.6 kernel to 2.6.18-238.9.1.el5 + +Severity : normal +Frequency : only with SLES10 +Bugzilla : 20744 +Description: Use OFED "KMP" provided by Novell +Details : SLES10 SP3 ships with OFED in a separate "KMP" package. + Lustre is now built against this package. That means you need to + install the ofed-kmp package from Novell for the patchless client. + Note that the ofed-kmp that Novell ships may not exactly match the + kernel version but should still be compatible. + +Severity : enhancement +Bugzilla : 22514 +Description: Update RHEL5.5 kernel to 2.6.18-194.17.1.el5 + Update OEL5.5 kernel to 2.6.18-194.17.1.0.1.el5. + +-------------------------------------------------------------------------------- + +2010-07-15 Oracle, Inc. * version 2.0.0 * Server support for kernels: 2.6.18-164.11.1.el5 (RHEL 5) @@ -12,6 +92,34 @@ tbd Sun Microsystems, Inc. 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 @@ -211,6 +319,14 @@ Severity : normal Bugzilla : 20482 Description: Conf-sanity.sh 50g test - deactivated OST should not cause a panic. +Severity : enhancement +Bugzilla : 21452 +Description: "weak-modules" support +Details : Implement "weak-modules" support which enables kernel modules + to be used with any kernel that implements the same kABI. In + order to achieve this modules are now installed in + /lib/modules/$(uname -r)/updates/kernel on all distributions. + Severity : normal Bugzilla : 18674 Description: client could not reconnect to OST because of an active request.