Bug 201039
Summary: | NVMe multipath IO failure | ||
---|---|---|---|
Product: | Drivers | Reporter: | Susobhan (susobhan.dey) |
Component: | Other | Assignee: | drivers_other |
Status: | NEW --- | ||
Severity: | high | CC: | jsmart2021, kbusch |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.17.6 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Susobhan
2018-09-07 21:30:37 UTC
609c609
< if (!blk_noretry_request(rq) && !(rq->cmd_flags & REQ_NVME_MPATH))
---
> if (!blk_noretry_request(rq))
The above change in fabrics.c works for me.
~Susobhan
|