From: Tejun Heo <htejun@gmail.com>
To: Pablo Sebastian Greco <lkml@fliagreco.com.ar>
Cc: linux-kernel@vger.kernel.org
Subject: Re: SATA problems
Date: Thu, 04 Jan 2007 14:02:22 +0900 [thread overview]
Message-ID: <459C8A5E.5010206@gmail.com> (raw)
In-Reply-To: <459BC703.9000207@fliagreco.com.ar>
[-- Attachment #1: Type: text/plain, Size: 1039 bytes --]
Pablo Sebastian Greco wrote:
> By crash I mean the whole system going down, having to reset the entire
> machine.
> I'm sending you 4 files:
> dmesg: current boot dmesg, just a boot, because no errors appeared after
> last crash, since the server is out of production right now (errors
> usually appear under heavy load, and this primarily a transparent proxy
> for about 1000 simultaneous users)
> lspci: the way you asked for it
> messages and messages.1: files where you can see old boots and crashes
> (even a soft lockup).
> If there is anything else I can do, let me know. If you need direct
> access to the server, I can arrange that too.
Can you try 2.6.20-rc3 and see if 'CLO not available' message goes away
(please post boot dmesg)?
The crash/lock is because filesystem code does not cope with IO errors
very well. I can't tell why timeouts are occurring in the first place.
It seems that only samsung drives are affected (sda2, 3, 4). Hmmm...
Please apply the attached patch to 2.6.20-rc3 and test it.
Thanks.
--
tejun
[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 440 bytes --]
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index 0d51d13..f8cf349 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -3327,6 +3327,8 @@ static const struct ata_blacklist_entry ata_device_blacklist [] = {
/* NCQ is slow */
{ "WDC WD740ADFD-00", NULL, ATA_HORKAGE_NONCQ },
+ { "SAMSUNG SP2504C", NULL, ATA_HORKAGE_NONCQ },
+
/* Devices with NCQ limits */
/* End Marker */
next prev parent reply other threads:[~2007-01-04 5:02 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-02 14:08 Pablo Sebastian Greco
2007-01-03 12:20 ` Tejun Heo
2007-01-03 15:08 ` Pablo Sebastian Greco
2007-01-04 5:02 ` Tejun Heo [this message]
2007-01-04 13:17 ` Pablo Sebastian Greco
2007-01-05 3:15 ` Pablo Sebastian Greco
2007-01-08 2:23 ` Tejun Heo
2007-01-08 2:49 ` Jeff Garzik
2007-01-08 12:22 ` Pablo Sebastian Greco
2007-01-09 22:58 ` Pablo Sebastian Greco
2007-01-10 1:55 ` Tejun Heo
2007-01-23 17:45 ` Pablo Sebastian Greco
2007-01-24 1:54 ` Tejun Heo
2007-02-17 12:49 ` Marcus Haebler
2007-02-17 16:47 ` Pablo Sebastian Greco
2007-02-20 14:35 ` Tejun Heo
2007-02-20 16:24 ` Pablo Sebastian Greco
2007-02-21 3:08 ` Tejun Heo
2007-02-21 15:18 ` Pablo Sebastian Greco
2007-02-21 0:55 ` Marcus Haebler
2007-02-21 3:55 ` Tejun Heo
2007-02-21 5:57 ` Marcus Haebler
2007-02-21 6:24 ` Marcus Haebler
2007-02-21 7:25 ` Paul Rolland
2007-02-21 13:04 ` Marcus Haebler
[not found] <8vX5T-4hg-5@gated-at.bofh.it>
[not found] ` <8w0n1-15u-27@gated-at.bofh.it>
2007-06-14 16:58 ` Nigel Kukard
2007-06-14 17:33 ` Jeff Garzik
2007-06-18 8:05 ` Nigel Kukard
-- strict thread matches above, loose matches on Subject: below --
2007-06-14 12:36 Nigel Kukard
2007-06-14 16:21 ` Jeff Garzik
2007-06-14 18:28 ` Dave Jones
2007-06-18 20:07 ` Dave Jones
2007-06-19 4:57 ` Nigel Kukard
2007-08-30 9:24 ` Nigel Kukard
2007-09-10 9:02 ` Andrew Morton
2007-09-13 8:55 ` Tejun Heo
2004-02-11 17:52 SATA Problems Dott. Surricani
2004-02-11 18:08 ` Armen Kaleshian
[not found] ` <402A72F0.9030005@surricani.cjb.net>
2004-02-11 18:25 ` Armen Kaleshian
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=459C8A5E.5010206@gmail.com \
--to=htejun@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lkml@fliagreco.com.ar \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome