From 03ae0676dbb02a1331d4384367104ca922399821 Mon Sep 17 00:00:00 2001 From: Zach Dykstra Date: Mon, 25 Aug 2025 23:19:58 -0500 Subject: [PATCH] docs/guides/: recommend openzfs-2.3-linux pool compatibility --- docs/guides/_include/pool-creation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/_include/pool-creation.rst b/docs/guides/_include/pool-creation.rst index 0489d8ee..eacc31b0 100644 --- a/docs/guides/_include/pool-creation.rst +++ b/docs/guides/_include/pool-creation.rst @@ -16,7 +16,7 @@ Create the zpool -O xattr=sa \ -O relatime=on \ -o autotrim=on \ - -o compatibility=openzfs-2.2-linux \ + -o compatibility=openzfs-2.3-linux \ -m none zroot "$POOL_DEVICE" .. group-tab:: Encrypted @@ -37,7 +37,7 @@ Create the zpool -O keylocation=file:///etc/zfs/zroot.key \ -O keyformat=passphrase \ -o autotrim=on \ - -o compatibility=openzfs-2.2-linux \ + -o compatibility=openzfs-2.3-linux \ -m none zroot "$POOL_DEVICE" .. note:: @@ -56,6 +56,6 @@ Create the zpool .. note:: - The option ``-o compatibility=openzfs-2.2-linux`` is a conservative choice. It can be omitted or otherwise adjusted to match your specific system needs. + The option ``-o compatibility=openzfs-2.3-linux`` is a conservative choice. It can be omitted or otherwise adjusted to match your specific system needs. Binary releases of ZFSBootMenu are generally built with the latest stable release of ZFS. Future releases of ZFSBootMenu may therefore support newer feature sets. Check project release notes prior to updating or removing ``compatibility`` options and upgrading your system pool.