Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Mar 2010 12:29:13 +0100
From:      Torfinn Ingolfsen <torfing@broadpark.no>
To:        freebsd-stable@freebsd.org
Subject:   Re: panic - sleeping thread on FreeBSD 8.0-stable / amd64
Message-ID:  <20100307122913.2f634018.torfinn.ingolfsen@broadpark.no>
In-Reply-To: <20100306141944.95ec8cb6.torfinn.ingolfsen@broadpark.no>
References:  <20100131144217.ca08e965.torfinn.ingolfsen@broadpark.no> <20100306141944.95ec8cb6.torfinn.ingolfsen@broadpark.no>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 06 Mar 2010 14:19:44 +0100
Torfinn Ingolfsen <torfing@broadpark.no> wrote:

> However, the storage pool is not:
> root@kg-f2# zpool status storage
>   pool: storage
>  state: UNAVAIL
> status: One or more devices are faulted in response to IO failures.
> action: Make sure the affected devices are connected, then run 'zpool clear'.
>    see: http://www.sun.com/msg/ZFS-8000-HC
>  scrub: scrub completed after 0h0m with 0 errors on Fri Mar  5 18:36:17 2010
> config:
> 
> 	NAME        STATE     READ WRITE CKSUM
> 	storage     UNAVAIL      0     3     0  insufficient replicas
> 	  raidz1    UNAVAIL      0     0     0  insufficient replicas
> 	    ad8     ONLINE       0     0     0
> 	    ad10    REMOVED      0     0     0
> 	    ad12    REMOVED      0     0     0
> 	    ad14    ONLINE       0     0     0
> 	    ada0    ONLINE       0     0     0
> 
> errors: 2 data errors, use '-v' for a list

After a reboot, things look like this:
root@kg-f2# atacontrol list
ATA channel 0:
    Master:      no device present
    Slave:       no device present
ATA channel 2:
    Master:  ad4 <SAMSUNG HD252HJ/1AC01118> SATA revision 2.x
    Slave:       no device present
ATA channel 3:
    Master:  ad6 <SAMSUNG HD252HJ/1AC01118> SATA revision 2.x
    Slave:       no device present
ATA channel 4:
    Master:  ad8 <SAMSUNG HD103SJ/1AJ100E4> SATA revision 2.x
    Slave:       no device present
ATA channel 5:
    Master: ad10 <SAMSUNG HD103SJ/1AJ100E4> SATA revision 2.x
    Slave:       no device present
ATA channel 6:
    Master: ad12 <SAMSUNG HD103SJ/1AJ100E4> SATA revision 2.x
    Slave:       no device present
ATA channel 7:
    Master: ad14 <SAMSUNG HD103SJ/1AJ100E4> SATA revision 2.x
    Slave:       no device present
root@kg-f2# zpool status storage
  pool: storage
 state: ONLINE
 scrub: none requested
config:

	NAME        STATE     READ WRITE CKSUM
	storage     ONLINE       0     0     0
	  raidz1    ONLINE       0     0     0
	    ad8     ONLINE       0     0     0
	    ad10    ONLINE       0     0     0
	    ad12    ONLINE       0     0     0
	    ad14    ONLINE       0     0     0
	    ada0    ONLINE       0     0     0

errors: No known data errors

and after a scrub:
root@kg-f2# zpool scrub storage
root@kg-f2# zpool status storage
  pool: storage
 state: ONLINE
 scrub: scrub completed after 0h0m with 0 errors on Sun Mar  7 12:28:31 2010
config:

	NAME        STATE     READ WRITE CKSUM
	storage     ONLINE       0     0     0
	  raidz1    ONLINE       0     0     0
	    ad8     ONLINE       0     0     0
	    ad10    ONLINE       0     0     0
	    ad12    ONLINE       0     0     0
	    ad14    ONLINE       0     0     0
	    ada0    ONLINE       0     0     0

errors: No known data errors


-- 
Torfinn




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100307122913.2f634018.torfinn.ingolfsen>