Notas de la versión actual

21.0.0.0rc1-52

Notas de Actualización

  • NetApp ONTAP driver is updated to consider min-throughput while creating and modifying QoS policy. This parameter is considered only when admin has configured it via share-type extra-specs. The extra-specs should have only any single key from the list of [“netapp:miniops”, “netapp:miniopspergib”, “netapp:minbps”, “netapp:minbpspergib”]. For more details, please check launchpad bug #2111273.

Corrigiendo errores.

  • Share server list API request is speed up by performing search options in db query instead of filtering them in memory. For more details, please check Launchpad bug #1964089

  • Improve scheduler performance to estimate the allocated capacity for thin provisioning hosts.

  • Netapp ONTAP driver now handles a case where a volume to be deleted has one or more clones. The clones are splitted by bringing the volume online and then made offline to delete it. For more details, please refer to launchpad bug #2086762.

  • The NetApp share driver now correctly deletes its stored private metadata (such as original volume name and junction path) when a share is deleted, preventing the creation of orphaned internal records.

  • Purge DB records is fixed to raise error in case of missing or invalid db config. For more details, please check launchpad bug #2124043

  • Fixed a bug that stopped share and share backup progress information from being propagated to share and share backup models in manila.db.

  • Fixed a misconfiguration that stopped the NFS Backup driver from performing targeted restores.

  • Fixed an issue that caused shares to be stuck in ensuring status when the back end driver does not support the bulk ensure shares operation.

  • NetApp Driver bug #2128702: Previously, setting netapp_delete_retention_hours to 0 in the Manila configuration did not configure the retention period to zero. This patch fixes the issue, and the retention period can now be set to zero.

  • Fixed an issue that caused the share replica promotion to fail due to missing replica attributes in the NetApp driver while using the REST API. For more details, please refer to launchpad bug #2130717.

  • Fixed an issue that made the creation of shares from snapshots targeting different availability zones fail in the NetApp ONTAP driver. For more details, please refer to launchpad bug #2131716.

  • NetApp Driver: bug #2136854 <https://bugs.launchpad.net/manila/+bug/2136854>_: Implemented reset functionality in Netapp driver’s REST API client for volume autosize attributes. In ZAPI, the volume-autosize-attributes includes a reset property that resets the volume’s minimum and maximum size and sets the autosize mode to either off or grow_shrink, depending on the volume type (DP or RW). However, this functionality is missing in the REST API, so we use the private CLI endpoint to handle autosize reset operations in REST.

  • NetApp ONTAP driver is enhanced to offer NFS all_squash access to clients. To enable all_squash access, Admin must set share metadata having key as “all_squash” to value “true”. For more details, please check Launchpad bug #2116920