Skip to content

Instantly share code, notes, and snippets.

@cole-h
Last active November 24, 2020 00:01
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 cole-h/977a0ff3afeee4f48319bf27e5278616 to your computer and use it in GitHub Desktop.
Save cole-h/977a0ff3afeee4f48319bf27e5278616 to your computer and use it in GitHub Desktop.
vin@scadrial ~> zpool status rpool
pool: rpool
state: DEGRADED
status: One or more devices has experienced an unrecoverable error. An
attempt was made to correct the error. Applications are unaffected.
action: Determine if the device needs to be replaced, and clear the errors
using 'zpool clear' or replace the device with 'zpool replace'.
see: http://zfsonlinux.org/msg/ZFS-8000-9P
scan: scrub in progress since Mon Nov 23 08:14:15 2020
532G scanned at 77.4M/s, 411G issued at 59.7M/s, 548G total
0B repaired, 74.92% done, 0 days 00:39:17 to go
config:
NAME STATE READ WRITE CKSUM
rpool DEGRADED 0 0 0
ata-ADATA_SU800_2I3120088042-part3 DEGRADED 22 8 15 too many errors
errors: No known data errors
vin@scadrial ~> zpool status -v rpool
pool: rpool
state: DEGRADED
status: One or more devices has experienced an unrecoverable error. An
attempt was made to correct the error. Applications are unaffected.
action: Determine if the device needs to be replaced, and clear the errors
using 'zpool clear' or replace the device with 'zpool replace'.
see: http://zfsonlinux.org/msg/ZFS-8000-9P
scan: scrub canceled on Mon Nov 23 10:12:10 2020
config:
NAME STATE READ WRITE CKSUM
rpool DEGRADED 0 0 0
ata-ADATA_SU800_2I3120088042-part3 DEGRADED 22 8 15 too many errors
errors: No known data errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment