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
5 changes: 5 additions & 0 deletions docs/Basic Concepts/Feature Flags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OpenZFS cannot read illumos either.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to this report, it seems to be possible that way.


Features that are exclusive when enabled should be periodically ported
to all distributions.

Expand All @@ -38,6 +41,8 @@ exist for pool versions 1-28 …".

`zpool-features <http://illumos.org/man/5/zpool-features>`__ (5) – illumos

`ZFS native encryption status <https://illumos.topicbox.com/groups/discuss/Ta2162fbb2358fa0e>` – illumos discussion

Feature flags implementation per OS
-----------------------------------

Expand Down