mps0-troubles

Joachim Tingvold joachim at tingvold.com
Sat Jun 25 01:43:13 UTC 2011


On Fri, Feb 25, 2011, at 19:33:51PM GMT+01:00, Kenneth D. Merry wrote:
> I just checked the change into -current, I'll merge it to -stable  
> next week.

I'm back! Missed me? :-D

After running fine for a while, I decided to do some more testing.  
Usual 'dd' in a while-loop over the night, and woke up to this;

###
mps0: (0:39:0) terminated ioc 804b scsi 0 state c xfer 65536
mps0: (0:39:0) terminated ioc 804b scsi 0 state c xfer 65536
mps0: (0:39:0) terminated ioc 804b scsi 0 state c xfer 65536
mps0: (0:39:0) terminated ioc 804b scsi 0 state c xfer 65536
mps0: (0:39:0) terminated ioc 804b scsi 0 state c xfer 0
mps0: (0:39:0) terminated ioc 804b scsi 0 state 0 xfer 0
mps0: (0:39:0) terminated ioc 804b scsi 0 state 0 xfer 0
mps0: (0:39:0) terminated ioc 804b scsi 0 state 0 xfer 0
mps0: (0:39:0) terminated ioc 804b scsi 0 state 0 xfer 0
mps0: mpssas_remove_complete on target 0x0027, IOCStatus= 0x0
(da7:mps0:0:39:0): lost device
(da7:mps0:0:39:0): Invalidating pack
(da7:mps0:0:39:0): Invalidating pack
(da7:mps0:0:39:0): Invalidating pack
(da7:mps0:0:39:0): Invalidating pack
(da7:mps0:0:39:0): Synchronize cache failed, status == 0xa, scsi  
status == 0x0
(da7:mps0:0:39:0): removing device entry
da7 at mps0 bus 0 scbus0 target 39 lun 0
da7: <ATA WDC WD10EACS-00Z 1B01> Fixed Direct Access SCSI-5 device
da7: 300.000MB/s transfers
da7: Command Queueing enabled
da7: 953869MB (1953525168 512 byte sectors: 255H 63S/T 121601C)
###

Now, the disk was present at the time I checked, as camcontrol confirms;

[root at filserver /storage/tmp]# camcontrol devlist|grep da7
<ATA WDC WD10EACS-00Z 1B01>        at scbus0 target 39 lun 0 (pass8,da7)

However, the disk was marked as "REMOVED" by 'zpool status';

###
[jocke at filserver /storage/tmp]$ zpool status
   pool: storage
  state: DEGRADED

	NAME        STATE     READ WRITE CKSUM
	storage     DEGRADED     0     0     0
	  raidz2-0  ONLINE       0     0     0
	    da8     ONLINE       0     0     0
	    da9     ONLINE       0     0     0
	    da10    ONLINE       0     0     0
	    da11    ONLINE       0     0     0
	    da15    ONLINE       0     0     0
	    da16    ONLINE       0     0     0
	  raidz2-1  DEGRADED     0     0     0
	    da0     ONLINE       0     0     0
	    da1     ONLINE       0     0     0
	    da2     ONLINE       0     0     0
	    da3     ONLINE       0     0     0
	    da4     ONLINE       0     0     0
	    da5     ONLINE       0     0     0
	    da6     ONLINE       0     0     0
	    da7     REMOVED      0     0     0
	    da12    ONLINE       0     0     0
	    da13    ONLINE       0     0     0
	spares
	  da14      AVAIL
###

A quick 'zpool online storage da7' works fine, as suspected, and pool  
is resilvering at the moment.

I find it a bit worrisome that a disk was removed like that. It  
_could_ be that the disk isn't completely good, however, due to my  
previous experiences with mps, I suspect the disk is fine (smartctl- 
readouts on the disk seems to be good as well).

-- 
Joachim


More information about the freebsd-scsi mailing list