Last active
October 23, 2017 23:24
-
-
Save thirtythreeforty/9f0b2bebd9ab129af719f7c4f065857d to your computer and use it in GitHub Desktop.
zfs 0.7 feature flags for 0.6-compatible pool
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zpool create [...] \ | |
-o feature@extensible_dataset=disabled \ | |
-o feature@userobj_accounting=disabled \ | |
-o feature@large_dnode=disabled \ | |
-o feature@sha512=disabled \ | |
-o feature@skein=disabled \ | |
-o feature@edonr=disabled \ | |
-o feature@multi_vdev_crash_dump=disabled |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment