cinder/cinder
Gorka Eguileor c658696265 NetApp: Return all iSCSI targets-portals
NetApp iSCSI drivers use discovery mode for multipathing, which means
that we'll fail to attach a volume if the IP provided for the discovery
is not accessible from the host.

Something similar would happen when using singlepath, as we are only
trying to connect to one target/portal.

This patch changes NetApp drivers so the return target_iqns,
target_portals, and target_luns parameters whenever there are more than
one option.

Closes-Bug: #1806398
Change-Id: If6b5ad23c899032dbf7535ed91251cbfe54a223a
2019-01-10 15:22:04 +01:00
..
api Handle string status codes in logging 2018-12-21 10:41:57 -06:00
backup Revert "Ceph driver should respect the `--incremental` option for backups" 2018-12-10 12:28:03 +01:00
brick Revert "Synchronize all LVM operations" 2018-12-18 00:18:41 +00:00
cmd Cleanup code duplication in cinder.cmd.backup module 2018-11-30 09:40:39 +00:00
common Enable split logging for cinder-glanceclient interaction 2018-07-11 14:38:04 +05:30
compute Add user messages for extend volume operation 2018-06-01 09:12:07 +08:00
db Ignore migration 127 error on MariaDB 2018-12-19 16:14:59 -06:00
group Fix wrong uuid recognized when create group 2018-10-08 09:51:02 +08:00
hacking Fix pylint warning 2018-09-26 21:37:25 -04:00
image cinder-volume: Stop masking IOError different than ENOSPC 2019-01-04 18:09:46 +00:00
interface Make scheduler check online_extend_support capability 2018-06-26 14:42:34 -03:00
keymgr Add secret=true to fixed_key configuration parameter 2018-12-03 14:43:54 -05:00
locale Imported Translations from Zanata 2018-10-26 08:21:28 +00:00
message Set user message on volume create failure 2018-10-26 05:27:36 -04:00
objects Fix A/A 'resource_backend' when scheduling volumes 2018-12-13 09:56:34 -05:00
policies Merge "Add policy granularity to the encryption API" 2018-09-25 08:55:32 +00:00
privsep Merge "Remove umount from volume.filters" 2018-12-20 17:03:45 +00:00
scheduler Get rid of keys() usage 2018-09-21 11:07:07 -04:00
tests NetApp: Return all iSCSI targets-portals 2019-01-10 15:22:04 +01:00
transfer [Optimize] Use OVO when retrieve volume object 2018-09-19 11:43:32 +08:00
volume NetApp: Return all iSCSI targets-portals 2019-01-10 15:22:04 +01:00
wsgi Initialize osprofiler in WSGI application 2018-01-09 14:06:34 +01:00
zonemanager FC: refactor fczm utils decorators to functions 2018-04-16 16:23:59 -07:00
__init__.py
context.py Add Keystone v3 domain information to context 2018-04-25 09:29:33 -04:00
coordination.py Remove deprecated heartbeat options 2017-10-03 14:41:18 -05:00
exception.py Set message property in ImageDownloadFailed 2018-12-14 00:57:50 +00:00
flow_utils.py
i18n.py Replace http with https for doc links in cinder 2017-10-17 11:14:01 +08:00
manager.py Allow configuring tpool size 2018-03-08 15:59:29 +01:00
opts.py Merge "Adding SPDK NVMe-oF target driver" 2019-01-09 04:19:03 +00:00
policy.py Correct default policy file 2018-11-28 09:49:52 -05:00
quota.py Get rid of keys() usage 2018-09-21 11:07:07 -04:00
quota_utils.py Enable split logging for cinder-keystoneclient interaction 2018-09-26 08:53:30 +00:00
rpc.py
service.py Use InvalidConfigurationValue instead of InvalidInput 2018-04-11 19:25:48 +08:00
service_auth.py Add service_token for cinder-nova interaction 2017-12-15 12:04:23 +05:30
ssh_utils.py Stop a connections leak when freeing an SSHPool 2018-02-14 18:16:55 -06:00
test.py Fix CI failed: test_get_volume_filter_options_using_config 2019-01-02 13:40:10 +08:00
utils.py Merge "Simplify hostname lookup" 2018-12-11 22:56:00 +00:00
version.py