Whamcloud - gitweb
b=23428 Fix lustre built with --enable-lu_ref
[fs/lustre-release.git] / lustre / ChangeLog
index 9f49d6a..e23a18c 100644 (file)
@@ -1,4 +1,20 @@
-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
        * Server support for kernels:
          2.6.18-164.11.1.el5 (RHEL 5)
@@ -9,8 +25,71 @@ tbd  Sun Microsystems, Inc.
          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)
-       * Recommended e2fsprogs version: 1.41.6.sun1
-       * Note that reiserfs quotas are disabled on SLES 10 in this kernel.
+        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
@@ -2424,13 +2503,6 @@ 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.
 
-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.
-
 --------------------------------------------------------------------------------
 
 2007-08-10         Cluster File Systems, Inc. <info@clusterfs.com>