From: Oleg Drokin Date: Fri, 6 May 2022 19:13:11 +0000 (-0400) Subject: Post-branch-off of 2.15 master is now 2.16 X-Git-Tag: 2.15.50^0 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e312734488d186086c3dabdd170f9f4fa3f64a76;p=fs%2Flustre-release.git Post-branch-off of 2.15 master is now 2.16 Change-Id: I93ff129b038dff4f541ca9497ba21b77eaf82de8 Signed-off-by: Oleg Drokin --- diff --git a/LUSTRE-VERSION-GEN b/LUSTRE-VERSION-GEN index a3e0dde..b7f4558 100755 --- a/LUSTRE-VERSION-GEN +++ b/LUSTRE-VERSION-GEN @@ -1,6 +1,6 @@ #!/bin/sh -DEFAULT_VERSION=2.15.0-RC4 +DEFAULT_VERSION=2.15.50 LVF=LUSTRE-VERSION-FILE LF=' diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 6b79ff8..043a157 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,4 +1,69 @@ TBD Whamcloud + * version 2.16.0 + * See https://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix + for currently supported client and server kernel versions. + * Server primary kernels built and tested during release cycle: + 4.18.0-348.2.1.el8 (RHEL8.5) + * Other server kernels known to build and work at some point (others may also work): + 3.10.0-862.14.4.el7 (RHEL7.5) + 3.10.0-957.27.2.el7 (RHEL7.6) + 3.10.0-1062.18.1.el7 (RHEL7.7) + 3.10.0-1127.19.1.el7 (RHEL7.8) + 3.10.0-1160.49.1.el7 (RHEL7.9) + 4.18.0-80.11.2.el8 (RHEL8.0) + 4.18.0-147.8.1.el8 (RHEL8.1) + 4.18.0-193.28.1.el8 (RHEL8.2) + 4.18.0-240.22.1.el8 (RHEL8.3) + 4.18.0-305.25.1.el8 (RHEL8.4) + 4.4.120-92.70 (SLES12 SP2) + 4.4.180-94.100 (SLES12 SP3) + 4.4.0-131 (Ubuntu 16.04) + 4.15.0-32 (Ubuntu 18.04) + 5.4.0-48 (Ubuntu 20.04) + vanilla linux 5.4.0 (ZFS + ldiskfs) + vanilla linux 5.4.21 (ZFS + ldiskfs) + vanilla linux 5.4.136 (ZFS + ldiskfs) + * ldiskfs needs an ldiskfs patch series for that kernel, ZFS does not + * Client primary kernels built and tested during release cycle: + 4.18.0-348.2.1.el8 (RHEL8.5) + 5.4.0-37 (Ubuntu 20.04) + 5.3.18-59.27 (SLES15 SP3) + * Other clients known to build on these kernels at some point (others may also work): + 3.10.0-862.14.4.el7 (RHEL7.5) + 3.10.0-957.27.2.el7 (RHEL7.6) + 4.14.0-49.13.1.el7a (RHEL7.5) + 4.14.0-115.2.2.el7a (RHEL7.6) + 3.10.0-1062.18.1.el7 (RHEL7.7) + 3.10.0-1127.19.1.el7 (RHEL7.8) + 3.10.0-1160.49.1.el7 (RHEL7.9) + 4.18.0-80.11.2.el8 (RHEL8.0) + 4.18.0-147.8.1.el8 (RHEL8.1) + 4.18.0-193.28.1.el8 (RHEL8.2) + 4.18.0-240.22.1.el8 (RHEL8.3) + 4.18.0-305.25.1.el8 (RHEL8.4) + 4.4.120-92.70 (SLES12 SP2) + 4.4.180-94.100 (SLES12 SP3) + 4.12.14-95.48 (SLES12 SP4) + 4.12.14-122.91 (SLES12 SP5) + 4.12.14-197.75 (SLES15 SP1) + 5.3.18-24.96 (SLES15 SP2) + 4.4.0-131 (Ubuntu 16.04) + 4.15.0-48 (Ubuntu 18.04) + 5.8.0-53 (Ubuntu 20.04.2 HWE) + 5.11.0-31 (Ubuntu 20.04.3 HWE) + 5.11.0 (vanilla kernel.org) + * Recommended e2fsprogs version: 1.46.2.wc5 or newer + * Recommended ZFS version: 2.0.7 + * 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 + +-------------------------------------------------------------------------------- + + +2022-05-XX Whamcloud * version 2.15.0 * See https://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix for currently supported client and server kernel versions.