Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. $ truncate -s 1G test.img && sudo zpool create -d -o feature@async_destroy=enabled -o feature@bookmarks=enabled -o feature@embedded_data=enabled -o feature@empty_bpobj=enabled -o feature@enabled_txg=enabled -o feature@extensible_dataset=enabled -o feature@filesystem_limits=enabled -o feature@hole_birth=enabled -o feature@large_blocks=enabled -o feature@lz4_compress=enabled -o feature@spacemap_histogram=enabled -o feature@userobj_accounting=enabled test `pwd`/test.img ; sudo zpool get all test | grep feature | sort
  2. [sudo] password for rlaager:
  3. test feature@async_destroy enabled local
  4. test feature@bookmarks enabled local
  5. test feature@edonr disabled local
  6. test feature@embedded_data active local
  7. test feature@empty_bpobj enabled local
  8. test feature@enabled_txg active local
  9. test feature@extensible_dataset active local
  10. test feature@filesystem_limits enabled local
  11. test feature@hole_birth active local
  12. test feature@large_blocks enabled local
  13. test feature@large_dnode disabled local
  14. test feature@lz4_compress active local
  15. test feature@multi_vdev_crash_dump disabled local
  16. test feature@sha512 disabled local
  17. test feature@skein disabled local
  18. test feature@spacemap_histogram active local
  19. test feature@userobj_accounting active local
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement