manila/releasenotes/notes/bug-1910752-fix-migration-replication-quotas-eaa013b743d721cd.yaml
silvacarloss 6a6aa0f146 Fix replica quotas allocation during share migration
Fixed the issue in the share migration where the replica quotas
were not being accounted. Manila now tries to allocate share
replica quotas for the migrated share if the destination share type
has a `replication_type`.
If the migration fails or get cancelled, the quotas will be
reverted.

Change-Id: Ie0a08a61c79dc8ea2a7a240363e94b26a80e64a4
Closes-Bug: 1910752
2022-03-09 19:44:31 -03:00

8 lines
245 B
YAML

---
fixes:
- |
Fixed the issue of not accounting replica quotas while triggering the
migration for a given share. Please refer to the
`Launchpad bug #1910752 <https://bugs.launchpad.net/manila/+bug/1910752>`_
for more details.