manila/releasenotes/notes/bug-1927823-fix-create-not-home-aggr-e9bd1ebf0d8e4e1e.yaml
Felipe Rodrigues d57c33d7a8 [NetApp] Fix lack of aggregate pool home state
The NetApp driver is not reporting the home state of the aggregate
pools. This information is useful during maintenance tasks, since
not home aggregate cannot create shares.

This patch adds to the report netapp capabilities the boolean
`netapp_is_home`.

Closes-Bug: #1927823
Change-Id: I8e98541d8e457e9e4609410853b50d6156465f61
2022-07-07 11:58:04 -03:00

11 lines
494 B
YAML

---
fixes:
- |
NetApp driver: it is not reporting the home state of the aggregate
pool. Operators may want to know this information to avoid those kind of
pools during maintenance task. The patch adds the boolean capability
`netapp_is_home` enabling the requester to avoid not home pools using
the scheduler CapabilitiesFilter and share_type extra_specs.
For more details, please refer to
`launchpad bug #1927823 <https://bugs.launchpad.net/manila/+bug/1927823>`_