850013325b
The option `force_delete_lun_in_storagegroup` was set to `False` by default before. Customers should change it to `True` in `cinder.conf` to make sure luns can be deleted even when they are still in storage groups. This fix enables the option's default value to `True`. Change-Id: I5507d280a5a68debd1f055988aa8c233b2147d09 Closes-bug: #1825469
16 lines
583 B
YAML
16 lines
583 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
DellEMC Unity: The fix of bug
|
|
`1825469 <https://bugs.launchpad.net/cinder/+bug/1825469>`_ changes the
|
|
default value of the ``force_delete_lun_in_storagegroup`` option from
|
|
``False`` to ``True``, which means luns will always be force deleted after
|
|
upgrade.
|
|
fixes:
|
|
- |
|
|
DellEMC Unity: Fix bug
|
|
`1825469 <https://bugs.launchpad.net/cinder/+bug/1825469>`_. The fix
|
|
enables the ``force_delete_lun_in_storagegroup`` option to ``True`` by
|
|
default, which makes sure that luns can deleted even when they are still in
|
|
storage groups.
|