From: Hannes Reinecke <hare@suse.de>
To: Junliang Li <lijunliang.dna@gmail.com>
Cc: linux-scsi@vger.kernel.org
Subject: Re: Can we use SCSI error trace events to monitor SCSI hardware problems ?
Date: Thu, 02 Jan 2014 15:51:47 +0100 [thread overview]
Message-ID: <52C57D03.1050400@suse.de> (raw)
In-Reply-To: <1387769303.2695.20.camel@localhost>
On 12/23/2013 04:28 AM, Junliang Li wrote:
> Hello, Hannes
>
> I found you owned a project on github named "md_monitor". It supports MD
> array by using mdadm tool. But how about generic SCSI devices ? There is
> a "scsi_dispatch_cmd_error" tracepoint in SCSI subsystem, from which we
> can get something useful output via sysfs. We can do more work in
> userspace. Now I setup a tracepoint in "scsi_print_result" and trace
> scsi cmd result. By reading host status and sense data, I can find out
> anything wrong while executing SCSI commands. Does it make sense or it
> could be better ?
>
Hmm. Not sure if that gives you what you want.
md_monitor was primarily designed to handle transient I/O errors
when running under md, and re-adding failed devices if the I/O error
condition was found to be resolved.
For DASD the entire functionality was implemented into md_monitor,
but when running on top of a SCSI device it should better be handled
via multipathing, as then most of the functionality is already
implemented there.
However, one of the goals of md_monitor was to guarantee a specific
response time, which isn't easily possible with SCSI devices.
With the updated SCSI EH it might be easier, but the code would
need to be updated and tested to work on SCSI devices, too.
Cheers,
Hannes
--
Dr. Hannes Reinecke zSeries & Storage
hare@suse.de +49 911 74053 688
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: J. Hawn, J. Guild, F. Imendörffer, HRB 16746 (AG Nürnberg)
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2014-01-02 12:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-23 3:28 Can we use SCSI error trace events to monitor SCSI hardware problems ? Junliang Li
2014-01-02 14:51 ` Hannes Reinecke [this message]
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=52C57D03.1050400@suse.de \
--to=hare@suse.de \
--cc=lijunliang.dna@gmail.com \
--cc=linux-scsi@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).