Skip to content

zpool status

jonmatifa edited this page Feb 24, 2014 · 3 revisions

This page is to document various unique outputs to the zpool command that require extra consideration for ZFS Manager to parse correctly.

  pool: london
 state: ONLINE
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 Wed Feb 12 18:11:11 2014
config:

		NAME                                          STATE     READ WRITE CKSUM
		london                                        ONLINE       0     0     0
		  raidz1-0                                    ONLINE       0     0     0
			ata-ST1500DL003-9VT16L_5YD448N5-part2     ONLINE       0     0     0
			ata-ST3750640AS_5QD2RLWJ-part1            ONLINE       0     0     0
			ata-SAMSUNG_HD153WI_S1UVJX0C200392-part2  ONLINE      36    82     0
		cache
		  usb-OCZ_RALLY2_AA04012700229151-0:0-part1   ONLINE       0     0     0
		spares
		  ata-ST3750330AS_9QK055DJ                    AVAIL

errors: No known data errors

  pool: saltlakecity
 state: ONLINE
status: One or more devices is currently being resilvered.  The pool will
		continue to function, possibly in a degraded state.
action: Wait for the resilver to complete.
  scan: resilver in progress since Sun Feb 23 16:24:07 2014
	475G scanned out of 1.89T at 47.1M/s, 8h51m to go
	158G resilvered, 24.49% done
config:

		NAME                                                  STATE     READ WRITE CKSUM
		saltlakecity                                          ONLINE       0     0     0
		  raidz1-0                                            ONLINE       0     0     0
			ata-ST1500DL003-9VT16L_5YD448N5-part1             ONLINE       0     0     0
			ata-MDT_MD7500AACS-00D6B0_MDT-MCAU42684911-part1  ONLINE       0     0     0
			replacing-2                                       ONLINE       0     0     0
			  ata-SAMSUNG_HD153WI_S1UVJX0C200392-part1        ONLINE       0     0     0
			  ata-ST3750330AS_5QK09055                        ONLINE       0     0     0  (resilvering)
		cache
		  usb-OCZ_RALLY2_AA04012700229151-0:0-part2           ONLINE       0     0     0

errors: No known data errors

  pool: london
 state: ONLINE
status: One or more devices is currently being resilvered.  The pool will
		continue to function, possibly in a degraded state.
action: Wait for the resilver to complete.
  scan: resilver in progress since Sun Feb 23 22:45:18 2014
	28.3G scanned out of 1.88T at 25.3M/s, 21h19m to go
	9.45G resilvered, 1.47% done
config:

		NAME                                            STATE     READ WRITE CKSUM
		london                                          ONLINE       0     0     0
		  raidz1-0                                      ONLINE       0     0     0
			ata-ST1500DL003-9VT16L_5YD448N5-part2       ONLINE       0     0     0
			ata-ST3750640AS_5QD2RLWJ-part1              ONLINE       0     0     0
			spare-2                                     ONLINE       0     0     1
			  ata-SAMSUNG_HD153WI_S1UVJX0C200392-part2  ONLINE      36    82     0  (resilvering)
			  ata-ST3750330AS_9QK055DJ                  ONLINE       0     0     0  (resilvering)
		cache
		  usb-OCZ_RALLY2_AA04012700229151-0:0-part1     ONLINE       0     0     0
		spares
		  ata-ST3750330AS_9QK055DJ                      INUSE     currently in use

errors: No known data errors
Clone this wiki locally