manila/releasenotes/notes/bug-1991776-cephfs-configured-ip-versions-fd87976fdb848e8c.yaml
Goutham Pacha Ravi f2111d5414 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>
(cherry picked from commit bdfafcdada)
(cherry picked from commit 5f9c037a3e)
2022-10-28 16:33:14 -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.