Current Kaminario K2 driver only supports iSCSI multipathing using
discovery (sendtargets), which in some cases may be undesirable, since a
broken primary path could prevent an attachment.
This code adds the possibility of not using discovery mode and return
all connection information when `initialize_connection` is called, which
should provide increased reliability.
Change-Id: I7932b1d952844b49cfdb504ed0ba188b489d7f44
(cherry picked from commit c9ec9b9bd7)
7 lines
228 B
YAML
7 lines
228 B
YAML
---
|
|
features:
|
|
- |
|
|
Kaminario K2 iSCSI driver now supports non discovery multipathing (Nova and
|
|
Cinder won't use iSCSI sendtargets) which can be enabled by setting
|
|
`disable_discovery` to `true` in the configuration.
|