All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Evers <revers@redhat.com>
To: James Bottomley <James.Bottomley@HansenPartnership.com>
Cc: Hannes Reinecke <hare@suse.de>, linux-scsi@vger.kernel.org
Subject: Re: [PATCH] Remove 'unhandled error code' messages
Date: Thu, 10 Nov 2011 12:27:04 -0500	[thread overview]
Message-ID: <4EBC0968.9090000@redhat.com> (raw)
In-Reply-To: <1320939847.11745.7.camel@dabdike.int.hansenpartnership.com>

On 11/10/2011 10:44 AM, James Bottomley wrote:
> On Thu, 2011-11-10 at 16:18 +0100, Hannes Reinecke wrote:
>> On 11/10/2011 03:55 PM, James Bottomley wrote:
>>> On Thu, 2011-11-10 at 15:12 +0100, Hannes Reinecke wrote:
>>>> scsi_io_completion() tries to take some action based on
>>>> the command result and sense code. It also displays
>>>> 'unhandled error code' or 'unhandled sense code' in case
>>>> no special handling was found.
>>>> This serves as an additional source of confusion to
>>>> the unsuspecting user, as the message in fact means
>>>> 'everything okay, no special casing required',
>>>> and not 'oh gosh, something has happened and the system
>>>> couldn't deal with it'.
>>> It means we're just about to fail the command with an error.  That's not
>>> really an everything ok case.
>>>
>>> Sometimes, you're right, this is the correct thing to do silently, but
>>> often it's not.  So, same question to you as to Rob: What are the
>>> circumstances you want silent failure for and can you special case them?
>>>

This is what I have seen (recent rhel6):

Nov 10 03:42:06 <host-name> kernel: sd 2:0:0:1: [sdb] Unhandled error code
Nov 10 03:42:06 <host-name> kernel: sd 2:0:0:1: [sdb] Result: 
hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
Nov 10 03:42:06 <host-name> kernel: sd 2:0:0:1: [sdb] CDB: Read(10): 28 
00 00 4e 91 e0 00 00 20 00
Nov 10 03:42:06 <host-name> kernel: end_request: I/O error, dev sdb, 
sector 5149152

Would the correct solution for this case to be to make description:

     ""

or a special case, something like:

     "Couldn't connect before timeout period"

as I posted here:
http://marc.info/?l=linux-scsi&m=131854148309464&w=2

In the post I made above, I also liked

+			description = "Default sense code handling";

for the sense case.

and potentially something like

+	description = "Default host byte handling";

for the host_byte case when a host_byte isn't handled as
an alternative catch-all.


      reply	other threads:[~2011-11-10 17:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-10 14:12 [PATCH] Remove 'unhandled error code' messages Hannes Reinecke
2011-11-10 14:55 ` James Bottomley
2011-11-10 15:18   ` Hannes Reinecke
2011-11-10 15:44     ` James Bottomley
2011-11-10 17:27       ` Rob Evers [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=4EBC0968.9090000@redhat.com \
    --to=revers@redhat.com \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=hare@suse.de \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.