manila/releasenotes/notes/allow-and-deny-access-rule-if-any-instance-is-valid-0e092913d30dbcdd.yaml
Kiran Pawar 0282f3fdb2 Ignore replicas in error state during allow/deny access.
During replication, at least one share backed is in working and serving
the share. So update the check of instance state from (non-transitional
+ non-error) states to only non-transitional states.

Closes-bug: #1965561
Change-Id: Id23d04f8d18a0e30b511c4d501a1910f2f2b4ca6
2023-01-17 15:47:56 +00:00

9 lines
343 B
YAML

---
fixes:
- |
With replication setup at least one backend is working and serving the
shares. Starting from API version 2.74, allowing and denying access to
shares will only fail if any of the instances is in a transitional state.
Please refer to
`Launchpad bug 1965561 <https://bugs.launchpad.net/manila/+bug/1965561>`_