shackrock
Explorer
- Joined
 - Dec 21, 2011
 
- Messages
 - 95
 
I did a scrub on my volume yesterday, please see the results below.  Particularly I am wondering about the checksum errors (81) on the one disk as shown.  Does that mean I need to replace it?
I did a zpool clear and it went back to zero...
Further, FreeNAS GUI says the volume is "HEALTHY" after the zpool clear. I should have checked it before that, but I didn't...whoops...
Now, I will add that I've ran this command to find out the real /dev/ device name:
and then I have attempted to run this as follows:
It's a SATA II drive connected directly to 1 of the motherboard's SATA ports.
	
		
			
		
		
	
			
			I did a zpool clear and it went back to zero...
Further, FreeNAS GUI says the volume is "HEALTHY" after the zpool clear. I should have checked it before that, but I didn't...whoops...
Code:
[root@freenas] ~# zpool status
  pool: DEC2010
 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://www.sun.com/msg/ZFS-8000-9P
  scan: scrub repaired 55K in 16h1m with 0 errors on Thu Apr  4 22:45:13 2013
config:
        NAME                                            STATE     READ WRITE CKSUM
        DEC2010                                         ONLINE       0     0     0
          raidz1-0                                      ONLINE       0     0     0
            gptid/218a2962-c5d4-11e0-8fd1-0025900d25b0  ONLINE       0     0     0
            gptid/dc4978b8-ff57-11e1-88de-0025900d25b0  ONLINE       0     0    81
            gptid/22b4bd1e-c5d4-11e0-8fd1-0025900d25b0  ONLINE       0     0     0
            gptid/afb125e9-84f7-11e1-b8dd-0025900d25b0  ONLINE       0     0     0
            gptid/b3dfe402-006c-11e2-acc4-0025900d25b0  ONLINE       0     0     0
            gptid/23cc848c-c5d4-11e0-8fd1-0025900d25b0  ONLINE       0     0     0
          raidz1-1                                      ONLINE       0     0     0
            ada6p2.nop                                  ONLINE       0     0     0
            ada7p2.nop                                  ONLINE       0     0     0
            ada8p2.nop                                  ONLINE       0     0     0
            ada9p2.nop                                  ONLINE       0     0     0
errors: No known data errors
[root@freenas] ~# zpool clear DEC2010
[root@freenas] ~# zpool status
  pool: DEC2010
 state: ONLINE
  scan: scrub repaired 55K in 16h1m with 0 errors on Thu Apr  4 22:45:13 2013
config:
        NAME                                            STATE     READ WRITE CKSUM
        DEC2010                                         ONLINE       0     0     0
          raidz1-0                                      ONLINE       0     0     0
            gptid/218a2962-c5d4-11e0-8fd1-0025900d25b0  ONLINE       0     0     0
            gptid/dc4978b8-ff57-11e1-88de-0025900d25b0  ONLINE       0     0     0
            gptid/22b4bd1e-c5d4-11e0-8fd1-0025900d25b0  ONLINE       0     0     0
            gptid/afb125e9-84f7-11e1-b8dd-0025900d25b0  ONLINE       0     0     0
            gptid/b3dfe402-006c-11e2-acc4-0025900d25b0  ONLINE       0     0     0
            gptid/23cc848c-c5d4-11e0-8fd1-0025900d25b0  ONLINE       0     0     0
          raidz1-1                                      ONLINE       0     0     0
            ada6p2.nop                                  ONLINE       0     0     0
            ada7p2.nop                                  ONLINE       0     0     0
            ada8p2.nop                                  ONLINE       0     0     0
            ada9p2.nop                                  ONLINE       0     0     0
errors: No known data errors
Now, I will add that I've ran this command to find out the real /dev/ device name:
Code:
[root@freenas] ~# glabel status
                                      Name  Status  Components
gptid/218a2962-c5d4-11e0-8fd1-0025900d25b0     N/A  ada0p2
gptid/dc4978b8-ff57-11e1-88de-0025900d25b0     N/A  ada1p2
gptid/22b4bd1e-c5d4-11e0-8fd1-0025900d25b0     N/A  ada2p2
gptid/afb125e9-84f7-11e1-b8dd-0025900d25b0     N/A  ada3p2
gptid/b3dfe402-006c-11e2-acc4-0025900d25b0     N/A  ada4p2
gptid/23cc848c-c5d4-11e0-8fd1-0025900d25b0     N/A  ada5p2
                             ufs/FreeNASs3     N/A  da0s3
                             ufs/FreeNASs4     N/A  da0s4
                            ufs/FreeNASs1a     N/A  da0s1a
                    ufsid/50c8c7da3400b84f     N/A  da0s2a
                            ufs/FreeNASs2a     N/A  da0s2a
and then I have attempted to run this as follows:
Code:
smartctl -a /dev/ada1p2 smartctl 5.43 2012-06-30 r3573 [FreeBSD 8.3-RELEASE-p6 amd64] (local build) Copyright (C) 2002-12 by Bruce Allen, http://smartmontools.sourceforge.net /dev/ada1p2: Unable to detect device type Smartctl: please specify device type with the -d option. Use smartctl -h to get a usage summary
It's a SATA II drive connected directly to 1 of the motherboard's SATA ports.