From 12603f6d77173d8f5c49fcbd77bd0d75b2b6e106 Mon Sep 17 00:00:00 2001 From: Jian Yu Date: Fri, 2 May 2025 00:18:18 -0400 Subject: [PATCH] LU-18887 build: Update ZFS version to 2.3.1 Update ZFS version to 2.3.1. The changes are listed in: https://github.com/openzfs/zfs/releases/tag/zfs-2.3.1 Test-Parameters: trivial fstype=zfs mdtcount=4 mdscount=2 \ clientdistro=el8.10 serverdistro=el8.10 testlist=sanity Test-Parameters: trivial fstype=zfs mdtcount=4 mdscount=2 \ clientdistro=el9.5 serverdistro=el9.5 testlist=sanity Test-Parameters: trivial fstype=zfs mdtcount=4 mdscount=2 \ clientdistro=el9.5 serverdistro=el9.5 testgroup=full-dne-zfs-part-1 Test-Parameters: trivial fstype=zfs mdtcount=4 mdscount=2 \ clientdistro=el9.5 serverdistro=el9.5 testgroup=full-dne-zfs-part-2 Test-Parameters: trivial fstype=zfs mdtcount=4 mdscount=2 \ clientdistro=el9.5 serverdistro=el9.5 testgroup=full-dne-zfs-part-3 Change-Id: I2a5fc13210b2520009bf3fe21f8b559ac140318a Signed-off-by: Jian Yu Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/58648 Tested-by: jenkins Tested-by: Maloo Reviewed-by: James Simmons Reviewed-by: Timothy Day Reviewed-by: Oleg Drokin --- contrib/lbuild/lbuild | 2 +- lustre/ChangeLog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/lbuild/lbuild b/contrib/lbuild/lbuild index 9106e14..40068b7 100755 --- a/contrib/lbuild/lbuild +++ b/contrib/lbuild/lbuild @@ -1092,7 +1092,7 @@ build_spl_zfs() { # The spl/zfs spec files expect RPM_BUILD_ROOT to point to the root of the # destination for the rpms export RPM_BUILD_ROOT=$TOPDIR - SPLZFSVER=${SPLZFSVER:-2.2.6} + SPLZFSVER=${SPLZFSVER:-2.3.1} SPLZFSTAG=${SPLZFSTAG:-} # "spl zfs" prior to 0.8.0 # "zfs" for 0.8.0 and later diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 195e629..169d1ab 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -88,7 +88,7 @@ TBD Whamcloud 5.11.0 (vanilla kernel.org) 5.10.0 (openEuler 22.03 LTS) * Recommended e2fsprogs version: 1.47.2-wc1 or newer - * Recommended ZFS version: 2.2.6 + * Recommended ZFS version: 2.3.1 * 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. -- 1.8.3.1