Dylan Alex Simon schrieb: >> That advice seems to be particularly valuable given the >> current firmware problems that particular Seagate disks >> are exhibiting. > > I've confirmed with Seagate and others that the firmware these disks already > have (CC1F) is not affected by the firmware problems. The instability (as > described in kern/130726) continues with a kernel from today. I've traced it > down to exclusively and reliably being caused by access to disks on multiple > channels simultaneously (access to any pair of disks on the same channel works > fine). If anyone has any suggestions or any other data I should collect let > me know as I will have to put these machines into production shortly (without > freebsd unfortunately). I suspect I see the same problem with some nvidia SATA controller. If there is high load on both channels of one controller, there are exactly the errors you showed. Your kernel does not use INVARIANTS, is this correct? Otherwise you should see a very specific panic caused by a KASSERT(). I analysed the problem a bit. You can see my findings in the thread "Question about panic in brelse()". I suspect a hardware bug plus incorrect error handling in the driver in FreeBSD. As a workaround, I suggest you connect each disk to a separate controller - if you have not more disks than controllers.Received on Sat Jan 31 2009 - 11:21:59 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:41 UTC