cinder/releasenotes/notes/bug-1981420-dell-powermax-fix-for-force-flag-9320910dfbf998d2.yaml
Helen Walsh 04c142987f PowerMax Driver - Fix for force flag
The force flag [1] can be passed to rest.py in 2 ways,
as its own parameter and as part of the internal extra_specs
dict that is set by the driver. This fix checks both location
to see if this force flag should be passed to the REST payload.

[1] https://review.opendev.org/c/openstack/cinder/+/746758

Closes-Bug: #1981420
Change-Id: I990b3e5d85054165281b7ed14cbfcc125365b20d
2023-03-02 16:22:06 +01:00

9 lines
367 B
YAML

---
fixes:
- |
`Dell PowerMax Driver Bug #1981420 <https://bugs.launchpad.net/cinder/+bug/1981420>`_:
Fixed issue faced while creating synchronous volume which was caused by
incorrect handling of the force flag. This is corrected by checking volume
type extra specs for the value of "force_vol_edit" parameter along with the
"force" parameter.