manila/releasenotes/notes/bug-1991776-cephfs-configured-ip-versions-fd87976fdb848e8c.yaml
Goutham Pacha Ravi bdfafcdada Set configured_ip_versions fact in cephfs driver
Without it, we lose the memoization optimization
in the "get_configured_ip_versions" method, and
cause a warning log to be emitted one too many
times than desired.

Change-Id: Ibd05406b4af7c99795f1bca2d4989790430b616b
Closes-Bug: #1991776
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
2022-10-11 13:49:55 -07:00

7 lines
224 B
YAML

---
fixes:
- |
`Bug 1991776 <https://launchpad.net/bugs/1991776>`_ was fixed within the
CephFS driver. The driver no longer emits repeated warnings concerning
supported IP versions when using the NFS protocol.