diff options
author | Jim Gill | 2018-08-02 14:13:30 -0700 |
---|---|---|
committer | Martin K. Petersen | 2018-08-03 13:56:22 -0400 |
commit | e95153b64d03c2b6e8d62e51bdcc33fcad6e0856 (patch) | |
tree | b5aa21821932bb485df8bffdab9bfd26b2673f77 /CREDITS | |
parent | 1214fd7b497400d200e3f4e64e2338b303a20949 (diff) |
scsi: vmw_pvscsi: Return DID_RESET for status SAM_STAT_COMMAND_TERMINATED
Commands that are reset are returned with status
SAM_STAT_COMMAND_TERMINATED. PVSCSI currently returns DID_OK |
SAM_STAT_COMMAND_TERMINATED which fails the command. Instead, set hostbyte
to DID_RESET to allow upper layers to retry.
Tested by copying a large file between two pvscsi disks on same adapter
while performing a bus reset at 1-second intervals. Before fix, commands
sometimes fail with DID_OK. After fix, commands observed to fail with
DID_RESET.
Signed-off-by: Jim Gill <jgill@vmware.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions