aae7bc7235
Upon share type deletion, we were leaving behind
share type quotas, usages and reservations. These
couldn't be cleaned up without resorting to manual
intervention.
Cleanup quotas when a share type is being destroyed,
since the resources that they pertained to are gone
too.
Closes-Bug: #1811680
Change-Id: I04b1fe88808596aa8c05429b964190d654587f9a
(cherry picked from commit 4b6cfcf690
)
8 lines
287 B
YAML
8 lines
287 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Share type quotas, usages and reservations will now be correctly cleaned
|
|
up if a share type has been deleted. See `launchpad bug #1811680
|
|
<https://bugs.launchpad.net/manila/+bug/1811680>`_ for details regarding
|
|
the bug that prevented this cleanup prior.
|