From 40a0f30356ce99ef12ffd2478bfe938dd830edef Mon Sep 17 00:00:00 2001 From: wq9578 <121522862+wq9578@users.noreply.github.com> Date: Tue, 4 Nov 2025 01:39:41 +0100 Subject: [PATCH] Update Feature Flags.rst Due to incompatible formats, illumos ZFS cannot read OpenZFS datasets with native encryption. --- docs/Basic Concepts/Feature Flags.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/Basic Concepts/Feature Flags.rst b/docs/Basic Concepts/Feature Flags.rst index e9b3a2835..286925f4d 100644 --- a/docs/Basic Concepts/Feature Flags.rst +++ b/docs/Basic Concepts/Feature Flags.rst @@ -23,6 +23,9 @@ Where all *features* that are used by a pool are supported by multiple implementations of OpenZFS, the on-disk format is portable across those implementations. +Due to incompatible formats, illumos ZFS cannot read OpenZFS datasets +with native encryption. + Features that are exclusive when enabled should be periodically ported to all distributions. @@ -38,6 +41,8 @@ exist for pool versions 1-28 …". `zpool-features `__ (5) – illumos +`ZFS native encryption status ` – illumos discussion + Feature flags implementation per OS -----------------------------------