OpenSolaris

Printable Version Enter a New Search
Bug ID 6271626
Synopsis panic when ssd_restore_throttle() timeout fires from a failed ssd_unit_attach() similar to 4758160
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:driver-sd-fixed
Keywords panic | ssd_reset_throttle
Responsible Engineer Prashant Deo
Reported Against s81
Duplicate Of
Introduced In
Commit to Fix snv_25
Fixed In snv_25
Release Fixed solaris_nevada(snv_25) , solaris_10u2(s10u2_01) (Bug ID:2129883)
Related Bugs
Submit Date 17-May-2005
Last Update Date 10-October-2005
Description
Solaris 9  on a starcat class machine.

During SAN events the machine would panic due to a dangling timeout from the
ssd target driver thus..

unix: mutex_enter (0x18)
ssd: ssd_restore_throttle+8 (0x3003ea99a60)
genunix: callout_execute+0x90 (0x3000134e000)
genunix: taskq_thread+0x188 (0x300014238c8)
unix: thread_start+4 ()

The sd_lun structure was full of zeros and had been removed from the ssd_state
structure. This was assumed to be bugid 4758190 until it was realised that they
had the latest sd/ssd patches and it should have been fixed.

some diagnosis lead to this bug showing that the same thing can happen in ssd_unit_attach() when that fails.

tim

 xxxxx@xxxxx.com 2005-05-17 14:14:53 GMT
Work Around
None
Comments
N/A