zfs:pools:check_status_of_a_zfs_pool
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
zfs:pools:check_status_of_a_zfs_pool [2021/10/12 21:56] – peter | zfs:pools:check_status_of_a_zfs_pool [2021/10/14 00:06] (current) – peter | ||
---|---|---|---|
Line 2: | Line 2: | ||
<code bash> | <code bash> | ||
- | zpool status -v Pool1 | + | zpool status -v testpool |
</ | </ | ||
Line 8: | Line 8: | ||
<code bash> | <code bash> | ||
- | pool: Pool1 | + | pool: testpool |
| | ||
scan: scrub repaired 0B in 21:37:28 with 0 errors on Sun Nov 15 21:37:28 2020 | scan: scrub repaired 0B in 21:37:28 with 0 errors on Sun Nov 15 21:37:28 2020 | ||
Line 14: | Line 14: | ||
NAME STATE READ WRITE CKSUM | NAME STATE READ WRITE CKSUM | ||
- | Pool1 ONLINE | + | testpool |
raidz1-0 | raidz1-0 | ||
gptid/ | gptid/ | ||
Line 22: | Line 22: | ||
errors: No known data errors | errors: No known data errors | ||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Pool Status Definitions ===== | ||
+ | |||
+ | The overall health of a pool, as reported by zpool status, is determined by the aggregate state of all devices within the pool. | ||
+ | |||
+ | ^Pool Status^Definition^ | ||
+ | |ONLINE|All devices can (and should while operating optimally) be in the ONLINE state. This includes the pool, top-level VDEVs (parity groups of type mirror, raidz{1, | ||
+ | |OFFLINE|Only bottom-level devices (drives) can be OFFLINE. This is a manual administrative state, and healthy drives can be brought back online and active into the pool.| | ||
+ | |UNAVAIL|The device (or VDEV) in question can not be opened. If a VDEV is UNAVAIL, the pool will not be accessible or able to be imported. UNAVAIL devices may also report as FAULTED in some scenarios. Operationally, | ||
+ | |DEGRADED|A fault in a device has occurred, impacting all VDEVs above it. The pool is still operable, but redundancy may have been lost in a VDEV.| | ||
+ | |REMOVED|The device was physically removed while the system was running. Device removal detection is hardware-dependent and might not be supported on all platforms.| | ||
+ | |FAULTED|All components (top and redundancy VDEVs, and drives) of the pool can be in a FAULTED state. A FAULTED component is completely inaccessible. The severity of a device being DEGRADED depends a lot on which device it is.| | ||
+ | |INUSE|This is a status reserved for spares which have been used to replace a faulted drive.| | ||
+ | |||
zfs/pools/check_status_of_a_zfs_pool.1634075773.txt.gz · Last modified: 2021/10/12 21:56 by peter