Skip to content

Commit a7f4f0c

Browse files
quatvlegregkh
authored andcommitted
scsi: core: Retry I/O for Notify (Enable Spinup) Required error
commit 104739a upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 4aaace2 commit a7f4f0c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/scsi/scsi_lib.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,7 @@ static void scsi_io_completion_action(struct scsi_cmnd *cmd, int result)
762762
case 0x07: /* operation in progress */
763763
case 0x08: /* Long write in progress */
764764
case 0x09: /* self test in progress */
765+
case 0x11: /* notify (enable spinup) required */
765766
case 0x14: /* space allocation in progress */
766767
case 0x1a: /* start stop unit in progress */
767768
case 0x1b: /* sanitize in progress */

0 commit comments

Comments
 (0)