summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorCyril Roelandt <cyril@redhat.com>2022-08-03 18:57:05 +0200
committerCyril Roelandt <cyril@redhat.com>2022-08-04 15:29:28 +0200
commitb1d0feeba4e16046c7840bd4966f31a0e7527e67 (patch)
tree615d84e22751731072a006d0276853366d418e45 /releasenotes
parent6851cab51a3d5dbf018f755efee8e0e640ac12ab (diff)
downloadglance_store-b1d0feeba4e16046c7840bd4966f31a0e7527e67.tar.gz
Rbd: Deprecate unused rados_connect_timeout
This option determines the value we pass as the "timeout" argument to rados.Rados.connect. Unfortunately, this argument is silently ignored by librados[1]. [1] https://docs.ceph.com/en/latest/rados/api/python/#rados.Rados.connect Closes-Bug: #1983499 Change-Id: I819df987f690c7a8c0a1153ad0e30bd5dbeb7b57
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/deprecate-rados_connect_timeout-767ed1eaa026196e.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/deprecate-rados_connect_timeout-767ed1eaa026196e.yaml b/releasenotes/notes/deprecate-rados_connect_timeout-767ed1eaa026196e.yaml
new file mode 100644
index 0000000..f0bdd3c
--- /dev/null
+++ b/releasenotes/notes/deprecate-rados_connect_timeout-767ed1eaa026196e.yaml
@@ -0,0 +1,7 @@
+---
+deprecations:
+ - |
+ The 'rados_connect_timeout' config option for the RBD store has been
+ deprecated and will be removed in the future. It has been silently ignored
+ for multiple releases. Users willing to set a timeout for the connection to
+ the cluster can use Ceph's 'client_mount_timeout' option.