Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.49 KB | None | 0 0
  1. petros@newton:~$ sudo zpool list
  2. NAME SIZE ALLOC FREE EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
  3. datastore 1.81T 112K 1.81T - 0% 0% 1.00x ONLINE -
  4. petros@newton:~$ sudo zfs list -0 space
  5. invalid option '0'
  6. usage:
  7. list [-Hp] [-r|-d max] [-o property[,...]] [-s property]...
  8. [-S property]... [-t type[,...]] [filesystem|volume|snapshot] ...
  9.  
  10. The following properties are supported:
  11.  
  12. PROPERTY EDIT INHERIT VALUES
  13.  
  14. available NO NO <size>
  15. clones NO NO <dataset>[,...]
  16. compressratio NO NO <1.00x or higher if compressed>
  17. creation NO NO <date>
  18. defer_destroy NO NO yes | no
  19. logicalreferenced NO NO <size>
  20. logicalused NO NO <size>
  21. mounted NO NO yes | no
  22. origin NO NO <snapshot>
  23. refcompressratio NO NO <1.00x or higher if compressed>
  24. referenced NO NO <size>
  25. type NO NO filesystem | volume | snapshot | bookmark
  26. used NO NO <size>
  27. usedbychildren NO NO <size>
  28. usedbydataset NO NO <size>
  29. usedbyrefreservation NO NO <size>
  30. usedbysnapshots NO NO <size>
  31. userrefs NO NO <count>
  32. written NO NO <size>
  33. aclinherit YES YES discard | noallow | restricted | passthrough | passthrough-x
  34. acltype YES YES noacl | posixacl
  35. atime YES YES on | off
  36. canmount YES NO on | off | noauto
  37. casesensitivity NO YES sensitive | insensitive | mixed
  38. checksum YES YES on | off | fletcher2 | fletcher4 | sha256
  39. compression YES YES on | off | lzjb | gzip | gzip-[1-9] | zle | lz4
  40. context YES NO <selinux context>
  41. copies YES YES 1 | 2 | 3
  42. dedup YES YES on | off | verify | sha256[,verify]
  43. defcontext YES NO <selinux defcontext>
  44. devices YES YES on | off
  45. exec YES YES on | off
  46. filesystem_count YES NO <count>
  47. filesystem_limit YES NO <count> | none
  48. fscontext YES NO <selinux fscontext>
  49. logbias YES YES latency | throughput
  50. mlslabel YES YES <sensitivity label>
  51. mountpoint YES YES <path> | legacy | none
  52. nbmand YES YES on | off
  53. normalization NO YES none | formC | formD | formKC | formKD
  54. overlay YES YES on | off
  55. primarycache YES YES all | none | metadata
  56. quota YES NO <size> | none
  57. readonly YES YES on | off
  58. recordsize YES YES 512 to 1M, power of 2
  59. redundant_metadata YES YES all | most
  60. refquota YES NO <size> | none
  61. refreservation YES NO <size> | none
  62. relatime YES YES on | off
  63. reservation YES NO <size> | none
  64. rootcontext YES NO <selinux rootcontext>
  65. secondarycache YES YES all | none | metadata
  66. setuid YES YES on | off
  67. sharenfs YES YES on | off | share(1M) options
  68. sharesmb YES YES on | off | sharemgr(1M) options
  69. snapdev YES YES hidden | visible
  70. snapdir YES YES hidden | visible
  71. snapshot_count YES NO <count>
  72. snapshot_limit YES NO <count> | none
  73. sync YES YES standard | always | disabled
  74. utf8only NO YES on | off
  75. version YES NO 1 | 2 | 3 | 4 | 5 | current
  76. volblocksize NO YES 512 to 128k, power of 2
  77. volsize YES NO <size>
  78. vscan YES YES on | off
  79. xattr YES YES on | off | dir | sa
  80. zoned YES YES on | off
  81. userused@... NO NO <size>
  82. groupused@... NO NO <size>
  83. userquota@... YES NO <size> | none
  84. groupquota@... YES NO <size> | none
  85. written@<snap> NO NO <size>
  86.  
  87. Sizes are specified in bytes with standard units such as K, M, G, etc.
  88.  
  89. User-defined properties can be specified by using a name containing a colon (:).
  90.  
  91. The {user|group}{used|quota}@ properties must be appended with
  92. a user or group specifier of one of these forms:
  93. POSIX name (eg: "matt")
  94. POSIX id (eg: "126829")
  95. SMB name@domain (eg: "matt@sun")
  96. SMB SID (eg: "S-1-234-567-89")
  97. petros@newton:~$ sudo zdb -L | grep ashift
  98. ashift: 9
  99. petros@newton:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement