Skip to content
Snippets Groups Projects
Commit c5858686 authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch HEAD

Remove unsupported kernels from ChangeLog to avoid confusion.
parent 8c498bab
No related branches found
No related tags found
No related merge requests found
tbd Sun Microsystems, Inc. tbd Sun Microsystems, Inc.
* version 1.8.0 * version 1.8.0
* Support for kernels: * Support for kernels:
2.6.5-7.287.3 (SLES 9),
2.6.9-67.EL (RHEL 4), 2.6.9-67.EL (RHEL 4),
2.6.16.54-0.2.3 (SLES 10), 2.6.16.54-0.2.3 (SLES 10),
2.6.18-53.1.4.el5 (RHEL 5). 2.6.18-53.1.4.el5 (RHEL 5).
2.6.18.8 vanilla (kernel.org)
* Client support for unpatched kernels: * Client support for unpatched kernels:
(see http://wiki.lustre.org/index.php?title=Patchless_Client) (see http://wiki.lustre.org/index.php?title=Patchless_Client)
2.6.9-42.0.10.EL (RHEL 4),
2.6.16 - 2.6.21 vanilla (kernel.org) 2.6.16 - 2.6.21 vanilla (kernel.org)
* Recommended e2fsprogs version: 1.40.2-cfs5 * Recommended e2fsprogs version: 1.40.2-cfs5
* Note that reiserfs quotas are disabled on SLES 10 in this kernel. * Note that reiserfs quotas are disabled on SLES 10 in this kernel.
...@@ -39,7 +36,7 @@ Bugzilla : 14260 ...@@ -39,7 +36,7 @@ Bugzilla : 14260
Frequency : rare, at shutdown Frequency : rare, at shutdown
Description: access already free / zero obd_namespace. Description: access already free / zero obd_namespace.
Details : if client_disconnect_export was called without force flag set, Details : if client_disconnect_export was called without force flag set,
and exist connect request in flight, this can produce access to and exist connect request in flight, this can produce access to
NULL pointer (or already free pointer) when connect_interpret NULL pointer (or already free pointer) when connect_interpret
store ocd flags in obd_namespace. store ocd flags in obd_namespace.
...@@ -48,7 +45,7 @@ Bugzilla : 14418 ...@@ -48,7 +45,7 @@ Bugzilla : 14418
Frequency : only at startup Frequency : only at startup
Description: not alloc memory with spinlock held. Description: not alloc memory with spinlock held.
Details : allocation memory with GFP_KERNEL can produce sleep deadlock, Details : allocation memory with GFP_KERNEL can produce sleep deadlock,
if any spinlock held. if any spinlock held.
Severity : enhancement Severity : enhancement
Bugzilla : 12211 Bugzilla : 12211
...@@ -59,7 +56,7 @@ Severity : enhancement ...@@ -59,7 +56,7 @@ Severity : enhancement
Bugzilla : 12702 Bugzilla : 12702
Description: lost problems with lov objid file Description: lost problems with lov objid file
Details : Fixes some scability and access to not inited memory problems Details : Fixes some scability and access to not inited memory problems
in work with lov objdid file. in work with lov objdid file.
Severity : major Severity : major
Frequency : always Frequency : always
...@@ -71,7 +68,7 @@ Severity : normal ...@@ -71,7 +68,7 @@ Severity : normal
Bugzilla : 11791 Bugzilla : 11791
Description: Inconsistent usage of lustre_pack_reply() Description: Inconsistent usage of lustre_pack_reply()
Details : Standardize the usage of lustre_pack_reply() such that it Details : Standardize the usage of lustre_pack_reply() such that it
always generate a CERROR on failure. always generate a CERROR on failure.
Severity : major Severity : major
Frequency : occasional Frequency : occasional
...@@ -551,13 +548,13 @@ Frequency : always ...@@ -551,13 +548,13 @@ Frequency : always
Bugzilla : 13976 Bugzilla : 13976
Description: touch file failed when fs is not full Description: touch file failed when fs is not full
Details : OST in recovery should not be discarded by MDS in alloc_qos(), Details : OST in recovery should not be discarded by MDS in alloc_qos(),
otherwise we can get ENOSP while fs is not full. otherwise we can get ENOSP while fs is not full.
Severity : normal Severity : normal
Bugzilla : 11301 Bugzilla : 11301
Description: parallel lock callbacks Description: parallel lock callbacks
Details : Instead of sending blocking and completion callbacks as separated Details : Instead of sending blocking and completion callbacks as separated
requests, adding them to a set and sending in parallel. requests, adding them to a set and sending in parallel.
Severity : normal Severity : normal
Frequency : only for Cray XT3 Frequency : only for Cray XT3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment