Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SCSI] dm mpath: propagate target errors immediately
DM now has more information about the nature of the underlying storage failure. Path failure is avoided if a request failed due to a target error. Instead the target error is immediately passed up the stack. Discard requests that fail due to non-target errors may now be retried. Errors restricted to the path will be retried or returned if no paths are available, irregarding the no_path_retry setting. Signed-off-by: Mike Snitzer <[email protected]> Signed-off-by: Hannes Reinecke <[email protected]> Acked-by: Alasdair G Kergon <[email protected]> Signed-off-by: James Bottomley <[email protected]>
- Loading branch information