-
Notifications
You must be signed in to change notification settings - Fork 226
Update Feature Flags: illumos ZFS cannot read OpenZFS datasets with native encryption #575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Due to incompatible formats, illumos ZFS cannot read OpenZFS datasets with native encryption.
| implementations. | ||
|
|
||
| Due to incompatible formats, illumos ZFS cannot read OpenZFS datasets | ||
| with native encryption. |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
Maybe it is better to place the note in the general section instead of a footnote to only one filesystem, so users won't be surprised when starting with one filesystem and later find the footnote for the second system, not being able to use it then for their data. Also, I'm not familiar with Python, unfortunately. |
So, we'll need to note about all features in this case? That's the whole purpose of features - different OSes have different features. I mean - you usually check "if this OS supports encryption feature?", and if it has "Yes^2" (note link) then you'll propably want to see notes. Did I miss something?
Indeed we may add note about "with explicit notes about support level if there's a difference". What I mean - if we merge this PR as is - someday someone will inevitably miss such note and look only at feature matrix, and won't see this note.
Got you, I'll try to add it later, in a week or so. I'll add you as a coauthor, if you don't mind. |
|
@wq9578 It would be great if you can review wording https://github.com/openzfs/openzfs-docs/pull/581/files#diff-ffcb1e12da9c8b4301e4b1750b47e5f3b108f807f2ec22abfe492ae4bb2213f2R363 |
This incompatibility should be mentioned to avoid unexpected results.