28908d69da
For NetApp ONTAP driver, share revert to snapshot considers the largest size between original share size and snapshot size after revert is done. This is different from the users' and Manila's expectation where share size is updated to snapshot size. Closes-bug: #2064502 Change-Id: I6a1b87eabeb7bef80725a537acb6771c35b76afc
10 lines
418 B
YAML
10 lines
418 B
YAML
---
|
|
fixes:
|
|
- |
|
|
When reverting shares to snapshots that are larger or smaller than
|
|
the share, some storage systems such as NetApp ONTAP always defer
|
|
to the larger of the two sizes. Manila's share manager interface now
|
|
accounts for this behavior, and adjusts project quotas appropriately.
|
|
For more details, please check
|
|
Launchpad `bug 2064502 <https://bugs.launchpad.net/manila/+bug/2064502>`_
|