cinder/releasenotes/notes/bug-1913363-ibm-svf_Fix_multiple_lshost_calls_during_attach-528f92b44a0ff6b8.yaml
GirishChilukuri 0dc4daa214 [SVF]:Fix multiple lshost calls during attach.
[Spectrum Virtualize Family] During attach or detach operation
there is multiple lshost calls from "get_host_from_connector",
which is causing some delay during attach or detach operations.

This patch fixes the issue by caching the host information during
initialization and searching for host from the cached information.

Closes-Bug: #1913363
Change-Id: I73e58f8b0f4908e9fb097f7ce151a9178cf6b96f
2021-08-25 03:58:27 +00:00

9 lines
295 B
YAML

---
fixes:
- |
IBM Spectrum Virtualize Family driver `Bug #1913363
<https://bugs.launchpad.net/cinder/+bug/1913363>`_: Fixed
issue in get_host_from_connector by caching the host
information during attach or detach operations and using
host details from cached information.