X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2FChangeLog;h=a8e35057ca364db7191901c699da6b05ddd083a4;hp=71e5047393e1b388e55f236004b2dff9df5c6e82;hb=473bc6473eb8d6d78069a561dbe035e795d8b7e2;hpb=c6091a8302b359bd0e28082fef656f0532624143;ds=sidebyside diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 71e5047..a8e3505 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -4,14 +4,15 @@ TBD Intel Corporation for currently supported client and server kernel versions. * Server known to build on patched kernels: 2.6.32-431.29.2.el6 (RHEL6.5) - 2.6.32-504.12.2.el6 (RHEL6.6) - 3.10.0-229.1.2.el7 (RHEL7.1) + 2.6.32-504.23.4.el6 (RHEL6.6) + 3.10.0-229.4.2.el7 (RHEL7.1) 3.0.101-0.47.52 (SLES11 SP3) * Client known to build on unpatched kernels: 2.6.32-431.29.2.el6 (RHEL6.5) - 2.6.32-504.12.2.el6 (RHEL6.6) - 3.10.0-229.1.2.el7 (RHEL7.1) + 2.6.32-504.23.4.el6 (RHEL6.6) + 3.10.0-229.4.2.el7 (RHEL7.1) 3.0.101-0.47.52 (SLES11 SP3) + 3.12.39-47 (SLES12) * Recommended e2fsprogs version: 1.42.9.wc1 or newer * NFS export disabled when stack size < 8192 (32-bit Lustre clients), since the NFSv4 export of Lustre filesystem with 4K stack may cause a @@ -459,7 +460,7 @@ Description: Remove set_info(KEY_UNLINKED) from MDS/OSC Severity : enhancement Bugzilla : 19526 Description: correctly handle big reply message. -Details : send LNet event if reply is bigger then buffer and adjust this buffer +Details : send LNet event if reply is bigger than buffer and adjust this buffer correctly. Severity : normal @@ -2726,7 +2727,7 @@ Severity : normal Bugzilla : 19128 Description: Out or order replies might be lost on replay Details : In ptlrpc_retain_replayable_request if we cannot find retained - request with tid smaller then one currently being added, add it + request with tid smaller than one currently being added, add it to the start, not end of the list. --------------------------------------------------------------------------------