scsi: core: Retry I/O for Notify (Enable Spinup) Required error
authorQuat Le <quat.le@oracle.com>
Tue, 29 Jun 2021 15:58:26 +0000 (08:58 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 29 Jun 2021 20:41:56 +0000 (16:41 -0400)
commit104739aca4488909175e9e31d5cd7d75b82a2046
tree07f0374199bc2ca9ba12c8db1c59a02bb22b414e
parent62e528b80d6b5753e03f005e4858eefb7a84f877
scsi: core: Retry I/O for Notify (Enable Spinup) Required error

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.

Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20210629155826.48441-1-quat.le@oracle.com
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Quat Le <quat.le@oracle.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/scsi_lib.c