54872f9b6c
Attach operation fails when volume and back-end host are on different iogroup. The assignment of the node IP addresses is done outside the try block, and the "for ip_data in lsip_resp" loop. Because of this the loop was not consistent before, so only latest node was detected instead of all nodes. Closes-Bug: #1985065 Change-Id: I72074357140e9817eee704b6e9ebfd7f50343235
9 lines
322 B
YAML
9 lines
322 B
YAML
---
|
|
fixes:
|
|
- |
|
|
IBM Spectrum Virtualize Family driver: `Bug #1985065
|
|
<https://bugs.launchpad.net/cinder/+bug/1985065>`_:
|
|
Fixed to collect all the IP addresses for all the storage
|
|
nodes given in lsip command response as volume of any iogrp
|
|
should be available to the storage nodes in default scenario.
|