Files
cinder/releasenotes/notes/bug-1982078-Driver_initialization_error_w.r.t_default_portset-3992a060cca2adcb.yaml
haailani 374efd1579 [SVf]: Incorrect portset value during driver intialization
[Spectrum Virtualize family] During initialization
by default taking the portset value is set to portset0,
even when a different portset is defined in the cinder.conf

During initialization, if the portset is not defined in cinder.conf,
only then it should pick portset0. Otherwise it should pick the value
from cinder.conf

Closes-Bug: #1982078
Change-Id: I1519b23a44ca8e86c2a969353f275a711d51454f
2022-07-19 10:01:16 +00:00

8 lines
200 B
YAML

---
fixes:
- |
IBM Spectrum Virtualize Family driver: `Bug #1982078
<https://bugs.launchpad.net/cinder/+bug/1982078>`_:
Fixed the default portset value during driver
initialization.