LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

zpool-status

Display ZFS pool health status

TLDR

Show status of all pools
$ zpool status
copy
Show status of specific pool
$ zpool status [poolname]
copy
Show only pools with errors
$ zpool status -x
copy
Show verbose error details
$ zpool status -v
copy
Show deduplication statistics
$ zpool status -D
copy
Output as JSON
$ zpool status -j
copy

SYNOPSIS

zpool status [options] [pool...]

DESCRIPTION

zpool status displays detailed health information for ZFS storage pools. It shows device hierarchy, state of each vdev, error counts, and any ongoing scrub or resilver operations.The READ, WRITE, and CKSUM columns show error counts for each device. Non-zero values indicate potential hardware problems requiring attention. Regular scrubs help detect silent corruption early.When scrubs or resilvers are active, progress percentage and estimated completion time are displayed. The -x option provides a quick way to check if any pools need attention.

PARAMETERS

-v

Verbose mode; show data error list.
-x
Only show pools with errors or unavailable.
-D
Display deduplication statistics.
-g
Display vdev GUIDs.
-L
Display real device paths.
-P
Display full device paths.
-T d|u
Timestamp format: d (date) or u (unix).
-j
Output in JSON format.

POOL STATES

ONLINE: Fully operational.DEGRADED: One or more devices failed but pool operational.FAULTED: Pool completely inaccessible.OFFLINE: Device explicitly taken offline.UNAVAIL: Device cannot be opened.REMOVED: Device physically removed.

INSTALL

sudo apt install zfs-fuse
copy
sudo apk add zfs
copy
nix profile install nixpkgs#zfs
copy

CAVEATS

Error counts persist until cleared. CKSUM errors may indicate controller or cable issues, not just drive failure. Degraded pools should be repaired promptly to avoid data loss.

HISTORY

zpool status is the primary tool for ZFS pool health monitoring. ZFS was developed by Sun Microsystems and introduced data integrity verification features that make status reporting more informative than traditional storage systems.

SEE ALSO

zpool(8), zpool-events(8), zfs(8)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid