Skip to content

Commit 104739a

Browse files
quatvlemartinkpetersen
authored andcommitted
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: [email protected] Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Bart Van Assche <[email protected]> Signed-off-by: Quat Le <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 62e528b commit 104739a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/scsi/scsi_lib.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,7 @@ static void scsi_io_completion_action(struct scsi_cmnd *cmd, int result)
726726
case 0x07: /* operation in progress */
727727
case 0x08: /* Long write in progress */
728728
case 0x09: /* self test in progress */
729+
case 0x11: /* notify (enable spinup) required */
729730
case 0x14: /* space allocation in progress */
730731
case 0x1a: /* start stop unit in progress */
731732
case 0x1b: /* sanitize in progress */

0 commit comments

Comments
 (0)