Advertisement
killermist

zfs variables

Jun 20th, 2012
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. zfs get
  2. missing property argument
  3. usage:
  4. get [-rHp] [-d max] [-o "all" | field[,...]] [-s source[,...]]
  5. <"all" | property[,...]> [filesystem|volume|snapshot] ...
  6.  
  7. The following properties are supported:
  8.  
  9. PROPERTY EDIT INHERIT VALUES
  10.  
  11. available NO NO <size>
  12. compressratio NO NO <1.00x or higher if compressed>
  13. creation NO NO <date>
  14. defer_destroy NO NO yes | no
  15. mounted NO NO yes | no
  16. origin NO NO <snapshot>
  17. refcompressratio NO NO <1.00x or higher if compressed>
  18. referenced NO NO <size>
  19. type NO NO filesystem | volume | snapshot
  20. used NO NO <size>
  21. usedbychildren NO NO <size>
  22. usedbydataset NO NO <size>
  23. usedbyrefreservation NO NO <size>
  24. usedbysnapshots NO NO <size>
  25. userrefs NO NO <count>
  26. aclinherit YES YES discard | noallow | restricted | passthrough | passthrough-x
  27. aclmode YES YES discard | groupmask | passthrough
  28. atime YES YES on | off
  29. canmount YES NO on | off | noauto
  30. casesensitivity NO YES sensitive | insensitive | mixed
  31. checksum YES YES on | off | fletcher2 | fletcher4 | sha256
  32. compression YES YES on | off | lzjb | gzip | gzip-[1-9] | zle
  33. copies YES YES 1 | 2 | 3
  34. dedup YES YES on | off | verify | sha256[,verify]
  35. devices YES YES on | off
  36. exec YES YES on | off
  37. logbias YES YES latency | throughput
  38. mlslabel YES YES <sensitivity label>
  39. mountpoint YES YES <path> | legacy | none
  40. nbmand YES YES on | off
  41. normalization NO YES none | formC | formD | formKC | formKD
  42. primarycache YES YES all | none | metadata
  43. quota YES NO <size> | none
  44. readonly YES YES on | off
  45. recordsize YES YES 512 to 128k, power of 2
  46. refquota YES NO <size> | none
  47. refreservation YES NO <size> | none
  48. reservation YES NO <size> | none
  49. secondarycache YES YES all | none | metadata
  50. setuid YES YES on | off
  51. sharenfs YES YES on | off | share(1M) options
  52. sharesmb YES YES on | off | sharemgr(1M) options
  53. snapdir YES YES hidden | visible
  54. sync YES YES standard | always | disabled
  55. utf8only NO YES on | off
  56. version YES NO 1 | 2 | 3 | 4 | current
  57. volblocksize NO YES 512 to 128k, power of 2
  58. volsize YES NO <size>
  59. vscan YES YES on | off
  60. xattr YES YES on | off
  61. zoned YES YES on | off
  62. userused@... NO NO <size>
  63. groupused@... NO NO <size>
  64. userquota@... YES NO <size> | none
  65. groupquota@... YES NO <size> | none
  66.  
  67. Sizes are specified in bytes with standard units such as K, M, G, etc.
  68.  
  69. User-defined properties can be specified by using a name containing a colon (:).
  70.  
  71. The {user|group}{used|quota}@ properties must be appended with
  72. a user or group specifier of one of these forms:
  73. POSIX name (eg: "matt")
  74. POSIX id (eg: "126829")
  75. SMB name@domain (eg: "matt@sun")
  76. SMB SID (eg: "S-1-234-567-89")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement