OSDN Git Service

scsi_dh_rdac: always retry MODE SELECT on command lock violation
authorHannes Reinecke <hare@suse.de>
Fri, 22 Jan 2016 14:42:41 +0000 (15:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Feb 2016 20:01:16 +0000 (12:01 -0800)
commit32c55052aa3364bd4a0d0c2b5f53ed9b95ae8d05
tree88d52c211abae1d2d8f6a73a3e2cc37ff6950948
parent4c654fc9357b70803c1878ec729ef61a8be0af52
scsi_dh_rdac: always retry MODE SELECT on command lock violation

commit d2d06d4fe0f2cc2df9b17fefec96e6e1a1271d91 upstream.

If MODE SELECT returns with sense '05/91/36' (command lock violation)
it should always be retried without counting the number of retries.
During an HBA upgrade or similar circumstances one might see a flood
of MODE SELECT command from various HBAs, which will easily trigger
the sense code and exceed the retry count.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/scsi/device_handler/scsi_dh_rdac.c