Skip to content

Instantly share code, notes, and snippets.

@zimmertr
Created June 12, 2020 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zimmertr/cbeb835cc89a285111eaba6165057386 to your computer and use it in GitHub Desktop.
Save zimmertr/cbeb835cc89a285111eaba6165057386 to your computer and use it in GitHub Desktop.
root@earth:~# zpool list DataPool
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
DataPool 12.7T 11.8T 890G - - 54% 93% 1.00x ONLINE -
root@earth:~# zpool status DataPool
pool: DataPool
state: ONLINE
scan: scrub repaired 896K in 1 days 08:43:06 with 0 errors on Wed Mar 4 10:47:11 2020
config:
NAME STATE READ WRITE CKSUM
DataPool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
wwn-0x50014ee25f44615e ONLINE 0 0 0
wwn-0x5000cca22bf4223b ONLINE 0 0 0
mirror-1 ONLINE 0 0 0
wwn-0x5000cca232de3d25 ONLINE 0 0 0
wwn-0x5000cca232dceefd ONLINE 0 0 0
mirror-2 ONLINE 0 0 0
wwn-0x50014ee25e35a0e1 ONLINE 0 0 0
wwn-0x50014ee2b5977d52 ONLINE 0 0 0
errors: No known data errors
root@earth:~# zpool get all DataPool
NAME PROPERTY VALUE SOURCE
DataPool size 12.7T -
DataPool capacity 93% -
DataPool altroot - default
DataPool health ONLINE -
DataPool guid 13594303893967140822 -
DataPool version - default
DataPool bootfs - default
DataPool delegation on default
DataPool autoreplace off default
DataPool cachefile - default
DataPool failmode wait default
DataPool listsnapshots on local
DataPool autoexpand on local
DataPool dedupditto 0 default
DataPool dedupratio 1.00x -
DataPool free 890G -
DataPool allocated 11.8T -
DataPool readonly off -
DataPool ashift 12 local
DataPool comment - default
DataPool expandsize - -
DataPool freeing 0 -
DataPool fragmentation 54% -
DataPool leaked 0 -
DataPool multihost off default
DataPool checkpoint - -
DataPool load_guid 5913218505902258029 -
DataPool autotrim off default
DataPool feature@async_destroy enabled local
DataPool feature@empty_bpobj active local
DataPool feature@lz4_compress active local
DataPool feature@multi_vdev_crash_dump enabled local
DataPool feature@spacemap_histogram active local
DataPool feature@enabled_txg active local
DataPool feature@hole_birth active local
DataPool feature@extensible_dataset active local
DataPool feature@embedded_data active local
DataPool feature@bookmarks enabled local
DataPool feature@filesystem_limits enabled local
DataPool feature@large_blocks enabled local
DataPool feature@large_dnode enabled local
DataPool feature@sha512 enabled local
DataPool feature@skein enabled local
DataPool feature@edonr enabled local
DataPool feature@userobj_accounting active local
DataPool feature@encryption enabled local
DataPool feature@project_quota active local
DataPool feature@device_removal enabled local
DataPool feature@obsolete_counts enabled local
DataPool feature@zpool_checkpoint enabled local
DataPool feature@spacemap_v2 active local
DataPool feature@allocation_classes enabled local
DataPool feature@resilver_defer enabled local
DataPool feature@bookmark_v2 enabled local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment