Skip to content

Instantly share code, notes, and snippets.

@fuzzykiller
Created January 26, 2016 21:42
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 fuzzykiller/bf1c6599df2b04b76ae6 to your computer and use it in GitHub Desktop.
Save fuzzykiller/bf1c6599df2b04b76ae6 to your computer and use it in GitHub Desktop.
[root@server ~]# zpool list tank
NAME SIZE ALLOC FREE EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
tank 16.2T 14.0T 2.22T - 9% 86% 1.00x ONLINE -
[root@server ~]# zpool status tank
pool: tank
state: ONLINE
scan: scrub repaired 0 in 16h25m with 0 errors on Sun Nov 8 06:43:27 2015
config:
NAME STATE READ WRITE CKSUM
tank ONLINE 0 0 0
raidz2-0 ONLINE 0 0 0
sdc ONLINE 0 0 0
sdd ONLINE 0 0 0
sde ONLINE 0 0 0
sdf ONLINE 0 0 0
sdg ONLINE 0 0 0
sdh ONLINE 0 0 0
errors: No known data errors
[root@server ~]# zfs list tank
NAME USED AVAIL REFER MOUNTPOINT
tank 9.34T 1.14T 52.9K /tank
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment