04c142987f
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
9 lines
367 B
YAML
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.
|