cinder/releasenotes/notes/bug-1951250-storwize-fix-multiple-ssh-calls-for-retype-d3b56379b7d8b049.yaml
gksk d49b001f13 [SVF]:Fix multiple lsiogrp,lsvdisk calls in Retype.
[Spectrum Virtualize Family] During Retype operation
there are multiple lsiogrp and lsvdisk calls
which can be optimized .

This patch fixes can optimize ssh calls by caching the
io_grp information and passing it as an argument to
_verify_retype_params function which can remove
get_volume_io_group function call inside
_verify_retype_params .

Closes Bug: #1951250

Change-Id: I98562783225523b6f7193edf499563b1b11daace
2021-12-02 10:50:37 +00:00

8 lines
217 B
YAML

---
fixes:
- |
IBM Spectrum Virtualize Family driver
`Bug #1920870 <https://bugs.launchpad.net/cinder/+bug/1951250>`_:
Reduce multiple lsiogrp, lsvdisk calls in Retype operaton
to optimize the code.