All of lore.kernel.org
 help / color / mirror / Atom feed
From: Quat Le <quat.le@oracle.com>
To: martin.petersen@oracle.com, linux-scsi@vger.kernel.org
Cc: Quat Le <quat.le@oracle.com>
Subject: [PATCH] scsi: Retry I/O for Notify (Enable Spinup) Required error.
Date: Tue, 29 Jun 2021 08:58:26 -0700	[thread overview]
Message-ID: <20210629155826.48441-1-quat.le@oracle.com> (raw)

If the device is power-cycled, it takes time for the initiator to
transmit the periodic NOTIFY (ENABLE SPINUP) SAS primitive, and for the
device to respond to the primitive to become ACTIVE. Retry the I/O
request to allow the device time to become ACTIVE.

Signed-off-by: Quat Le <quat.le@oracle.com>
---
 drivers/scsi/scsi_lib.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/scsi/scsi_lib.c b/drivers/scsi/scsi_lib.c
index 532304d42f00..269bfb8f9165 100644
--- a/drivers/scsi/scsi_lib.c
+++ b/drivers/scsi/scsi_lib.c
@@ -728,6 +728,7 @@ static void scsi_io_completion_action(struct scsi_cmnd *cmd, int result)
 				case 0x07: /* operation in progress */
 				case 0x08: /* Long write in progress */
 				case 0x09: /* self test in progress */
+				case 0x11: /* notify (enable spinup) required */
 				case 0x14: /* space allocation in progress */
 				case 0x1a: /* start stop unit in progress */
 				case 0x1b: /* sanitize in progress */
-- 
2.17.2 (Apple Git-113)


             reply	other threads:[~2021-06-29 15:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-29 15:58 Quat Le [this message]
2021-06-29 17:20 ` [PATCH] scsi: Retry I/O for Notify (Enable Spinup) Required error Bart Van Assche
2021-06-29 20:42 ` Martin K. Petersen

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=20210629155826.48441-1-quat.le@oracle.com \
    --to=quat.le@oracle.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    /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.