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 -----------------------------------