Current Series Release Notes¶
19.0.0.0rc1-18¶
Upgrade Notes¶
Removed the check for the last transfer size during updating replica state in the ONTAP driver. Also removed the corresponding option netapp_snapmirror_last_transfer_size_limit. See launchpad bug 2066031 for more details.
Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 .
Bug Fixes¶
The CephFS driver used to set the “preferred” export path incorrectly. It is now fixed to set it as part of export location metadata. See Launchpad bug 2053100 for more details.
Share manager drivers can now update export location metadata (such as the preferred attribute) during the ensure_shares routine. (Launchpad bug: 2053100)
When deferred deletion is enabled, Manila will attempt regular deletion. While quota is released, and these objects (shares, snapshots) are hidden from the user. Any error during deferred deletion will put resource in error_deferred_deleting state. After that, it will be handled in periodic task. Also, Manila will make sure snapshot instances are deleted before share instance delete. For more details, please check Launchpad bug 2068043
NetApp driver bug #2029467: When creating a share from a snapshot, the clone split operation is delayed until the share creation is complete. This ensures that the share creation operation is not blocked by the clone split operation.