cinder/releasenotes/notes/enable-force-delete-lun-d0e05b5d669e40f7.yaml
Ryan Liang 850013325b Unity: force delete lun by default
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
2019-07-02 11:13:37 +08:00

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.