d57c33d7a8
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
11 lines
494 B
YAML
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>`_
|