Merge "iSCSI fix misleading Log warning on connect fail"
This commit is contained in:
commit
9e3eed2675
@ -486,7 +486,8 @@ class ISCSIConnector(InitiatorConnector):
|
|||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
LOG.warning(_LW(
|
LOG.warning(_LW(
|
||||||
'Failed to login to any of the iSCSI targets.'))
|
'Failed to connect to iSCSI portal %(portal)s.'),
|
||||||
|
{'portal': props['target_portal']})
|
||||||
|
|
||||||
host_devices = self._get_device_path(target_props)
|
host_devices = self._get_device_path(target_props)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user