ZPOOL-STATUS(8) | System Manager's Manual | ZPOOL-STATUS(8) |
zpool-status
—
show detailed health status for ZFS storage
pools
zpool |
status [-DegiLpPstvx ]
[-T u|d]
[-c
[SCRIPT1[,SCRIPT2]…]]
[pool]… [interval
[count]] |
Displays the detailed health status for the given pools. If no pool is specified, then the status of each pool in the system is displayed. For more information on pool and device health, see the Device Failure and Recovery section of zpoolconcepts(7).
If a scrub or resilver is in progress, this command reports the percentage done and the estimated time to completion. Both of these are only approximate, because the amount of data in the pool and the other workloads on the system can change.
--power
-c
[SCRIPT1[,SCRIPT2]…]zpool
status
output. See the -c
option of
zpool
iostat
for complete
details.-D
-e
-g
-i
-L
-p
-P
-L
flag.-s
-t
-T
u|d-v
-x
Additional columns can be added to the
zpool
status
and zpool
iostat
output with
-c
.
#zpool
status
-c
vendor,model,size NAME STATE READ WRITE CKSUM vendor model size tank ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 U1 ONLINE 0 0 0 SEAGATE ST8000NM0075 7.3T U10 ONLINE 0 0 0 SEAGATE ST8000NM0075 7.3T U11 ONLINE 0 0 0 SEAGATE ST8000NM0075 7.3T U12 ONLINE 0 0 0 SEAGATE ST8000NM0075 7.3T U13 ONLINE 0 0 0 SEAGATE ST8000NM0075 7.3T U14 ONLINE 0 0 0 SEAGATE ST8000NM0075 7.3T #zpool
iostat
-vc
size capacity operations bandwidth pool alloc free read write read write size ---------- ----- ----- ----- ----- ----- ----- ---- rpool 14.6G 54.9G 4 55 250K 2.69M sda1 14.6G 54.9G 4 55 250K 2.69M 70G ---------- ----- ----- ----- ----- ----- ----- ----
zpool-events(8), zpool-history(8), zpool-iostat(8), zpool-list(8), zpool-resilver(8), zpool-scrub(8), zpool-wait(8)
March 16, 2022 | OpenZFS |