-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
We should document cross platform portability #7784
Comments
This might also be helpful: |
|
Beyond ACLs, I think you'll find most of the feature flags take care of documentation themselves. That said, I think there is merit to a cross-version test suite that tests for things like pool import and send/receive. This is a good topic for http://www.open-zfs.org/wiki/OpenZFS_Developer_Summit_2018 |
@DeHackEd It would be a filesystem feature flag. Actually doing that would require plenty of thought given that the change is in the wild. |
@richardelling They do for the most part. However, the IRIX-style extended attributes hack we have in ZoL in the form of xattr=sa and ACLs merit some documentation. If anything, it will give us something we could use to answer the questions of "can I take a pool from platform X to platform Y" when platform X is Linux. The feature flags aren't a complete picture. |
This issue has been automatically marked as "stale" because it has not had any activity for a while. It will be closed in 90 days if no further activity occurs. Thank you for your contributions. |
A person on Reddit was asking about taking a Linux made pool to FreeBSD. People mentioned feature flags, but I had a few other things to say:
We should document this somewhere. I’d do it, but at the moment. I don’t know the behavior of the cases where:
Figuring this out is a low priority, so I am filing this issue to track it rather than looking into it.
The text was updated successfully, but these errors were encountered: