Files
cinder/releasenotes/notes/bug-1976400-storwize-Fix_multiple_SVC_CLI_calls_for_rc-relationship_operations-24d15dfccc922cdd.yaml
haailani 30919d2bac [SVf] : Fix multiple SVC CLI calls for rc-relationship operations
[Spectrum Virtualize family] There are several svcinfo calls such as
lsvdisk and lsrcrelationship calls which are not necessary in several
operations such as extend volume operation or convert global mirror
volume to gmcv.
Reducing these calls will optimize the code and reduce the load on
storage. Using the stored data can reduce the compute time also.

Closes-Bug: #1976400
Change-Id: I699e5cefe90d455f5435a848182a1352b71be978
2022-06-10 06:54:32 +00:00

9 lines
242 B
YAML

---
fixes:
- |
IBM Spectrum Virtualize Family driver: `Bug #1976400
<https://bugs.launchpad.net/cinder/+bug/1976400>`_:
Optimize svcinfo CLI calls to reduce the
computational time for rc-relationship related
operations.