Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/guides/_include/pool-creation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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::
Expand All @@ -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.