cinder/releasenotes/notes/k2-disable-discovery-bca0d65b5672ec7b.yaml
Gorka Eguileor c9ec9b9bd7 Kaminario K2: Add non discovery iSCSI multipath
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
2017-10-13 01:58:50 -04:00

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.