Whamcloud - gitweb
b=24037 Changes of 2.6.32 kernel.
[fs/lustre-release.git] / lustre / ChangeLog
index 0a3963c..1d000d7 100644 (file)
@@ -1,13 +1,13 @@
 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)
+         2.6.18-194.17.1.el5 (RHEL 5)
+         2.6.18-194.17.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.18-194.17.1.el5 (RHEL 5),
+         2.6.18-194.17.1.0.1.el5 (OEL 5)
+         2.6.16.60-0.69.1 (SLES 10),
          2.6.27.19-5 (SLES11)
         2.6.29.4-167.fc11 (FC11)
        * Recommended e2fsprogs version: 1.41.10-sun2
@@ -15,6 +15,21 @@ TBD  Oracle, Inc.
          Lustre filesystem with 4K stack may cause a stack overflow. For more
          information, please refer to bugzilla 17630.
 
+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.
@@ -37,7 +52,6 @@ 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.
@@ -259,6 +273,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.