Created
January 26, 2016 21:42
-
-
Save fuzzykiller/bf1c6599df2b04b76ae6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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