commit | 66a651aa7a48b7c6181aff556937454c87bb9feb | [log] [tgz] |
---|---|---|
author | Martin K. Petersen <martin.petersen@oracle.com> | Mon Feb 13 15:38:22 2012 -0500 |
committer | James Bottomley <JBottomley@Parallels.com> | Sun Feb 19 09:38:01 2012 -0600 |
tree | f4a737d1d6bdf2d18bf159c31a30d3705c59f66b | |
parent | c834b1c4ec8ccc9c2d814bd78264b509708fe6dd [diff] |
[SCSI] Ensure discard failure gets treated as a target problem The error reported up the stack for a discard failure did not clearly indicate that the command was processed and subsequently failed by the target device. Return -EREMOTEIO so multipathing does not classify this condition as a path failure. Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Acked-by: Mike Snitzer <snitzer@redhat.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>