manila/releasenotes/notes/1900469-netapp-cache-pool-status-6dc7da824b9f41c1.yaml
Felipe Rodrigues b2e1797889 [NetApp] Implement cached status pool
In order to optimize the NetApp ONTAP driver, this patch is caching
the status of driver pools and reusing for the each share server,
given that the pool is not separated by share server.

The option `netapp_cached_aggregates_status_lifetime` is added
for controlling the time that the cached values is considered
valid.

Closes-Bug: #1900469
Change-Id: I14a059615fc29c7c173c035bb51d39e0bbb8b70a
2021-03-17 19:09:00 -03:00

11 lines
477 B
YAML

---
fixes:
- |
In order to optimize the NetApp ONTAP driver, this patch is caching
the status of driver pools and reusing for the each share server, given
that the pool is not separated by share server. It adds the option
`netapp_cached_aggregates_status_lifetime` for controlling the time that
the cached values is considered valid. Please refer to the
`Launchpad bug #1900469 <https://bugs.launchpad.net/manila/+bug/1900469>`_
for more details.