Skip to content

Instantly share code, notes, and snippets.

@thirtythreeforty
Last active October 23, 2017 23:24
Show Gist options
  • Save thirtythreeforty/9f0b2bebd9ab129af719f7c4f065857d to your computer and use it in GitHub Desktop.
Save thirtythreeforty/9f0b2bebd9ab129af719f7c4f065857d to your computer and use it in GitHub Desktop.
zfs 0.7 feature flags for 0.6-compatible pool
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