[PATCH v1 target] target: Add initiatorname to NON_EXISTENT_LUN error

2020-05-17 Thread Lance Digby
same message in transport_lookup_tmr_lun for consistency. Signed-off-by: Lance Digby --- drivers/target/target_core_device.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/target/target_core_device.c b/drivers/target/target_core_device.c index 4cee113

Re: [PATCH target] target: Add initiatorname to NON_EXISTENT_LUN error

2020-05-17 Thread Lance Digby
Thanks again Mike will send out a new version. On Mon, May 18, 2020 at 5:16 AM Mike Christie wrote: > > On 5/16/20 6:29 PM, Lance Digby wrote: > > Mike, Thanks for the review! > > The pr_err Detected NON_EXISTENT_LUN is the error messages issued > > for the TCM_NON_E

Re: [PATCH target] target: Add initiatorname to NON_EXISTENT_LUN error

2020-05-16 Thread Lance Digby
ote: > > On 5/13/20 11:01 PM, Lance Digby wrote: > > The NON_EXISTENT_LUN error can be written without an error condition > > on the initiator responsible. Adding the initiatorname to this message > > will reduce the effort required to fix this when many initiators ar

[PATCH target] target: Add initiatorname to NON_EXISTENT_LUN error

2020-05-13 Thread Lance Digby
The NON_EXISTENT_LUN error can be written without an error condition on the initiator responsible. Adding the initiatorname to this message will reduce the effort required to fix this when many initiators are supported by a target. Signed-off-by: Lance Digby --- drivers/target