9014e913d9
When trying to create a scsi dev with inexistent lun (bdev name), the scsi_dev_construct would just return a NULL without printing any error. We should probably return an error code of some kind, but for now let's just print an extra message. Change-Id: I28823c2cb83204c11207d3e7011fecbf725a691c Signed-off-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/393918 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>