Re: [PATCH] nvme: fc: provide a descriptive error

2018-04-23 Thread Keith Busch
Thanks, staged for 4.18.

Re: [PATCH] nvme: fc: provide a descriptive error

2018-04-19 Thread Hannes Reinecke
On 04/19/2018 07:43 PM, Johannes Thumshirn wrote: > Provide a descriptive error in case an lport to rport association > isn't found when creating the FC-NVME controller. > > Currently it's very hard to debug the reason for a failed connect > attempt without a look at the source. > > Signed-off-by

Re: [PATCH] nvme: fc: provide a descriptive error

2018-04-19 Thread James Smart
On 4/19/2018 10:43 AM, Johannes Thumshirn wrote: Provide a descriptive error in case an lport to rport association isn't found when creating the FC-NVME controller. Currently it's very hard to debug the reason for a failed connect attempt without a look at the source. Signed-off-by: Johannes Th

[PATCH] nvme: fc: provide a descriptive error

2018-04-19 Thread Johannes Thumshirn
Provide a descriptive error in case an lport to rport association isn't found when creating the FC-NVME controller. Currently it's very hard to debug the reason for a failed connect attempt without a look at the source. Signed-off-by: Johannes Thumshirn --- This actually happened to Hannes and