Files
os-brick/os_brick
Keiichi KII c7f70d0ea3 Replace _get_multipath_device_name with _discover_mpath_device
For ISCSIConnector, _get_multipath_device_name is used for discovery
of a multipath device. However, the functionality is duplicated with
InitiatorConnector's _discover_mpath_device.

_discover_mpath_device is more generic. So get_multipath_device_name
should be replaced.

This patch removes _get_multipath_device_name from ISCSIConnector and
replace it with _discover_mpath_device. And the related tests are removed.

Change-Id: I15e2cfe48468b52090b677a2b1c6175420a8c9ec
Close-Bug: #1550651
2016-03-09 18:08:04 +09:00
..
2016-02-26 16:35:00 +01:00
2015-04-17 17:11:34 +00:00
2016-02-19 04:57:12 +00:00
2015-02-05 23:58:37 +00:00
2015-04-28 22:25:57 +00:00