Comment 5 for bug 1825469

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.opendev.org/665281
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=850013325b50e890ad240c360c782731e6b98a56
Submitter: Zuul
Branch: master

commit 850013325b50e890ad240c360c782731e6b98a56
Author: Ryan Liang <email address hidden>
Date: Fri Jun 14 10:50:12 2019 +0800

    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