File: fix-rados_connect_timeout-39e5074bc1a3b65b.yaml

package info (click to toggle)
python-glance-store 4.9.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,804 kB
  • sloc: python: 17,455; sh: 41; makefile: 34
file content (19 lines) | stat: -rw-r--r-- 854 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
features:
  - |
    RBD driver: the ``rados_connect_timeout`` config option has been
    un-deprecated and its behavior has been improved.  A value of ``0``
    is now respected as disabling timeout in requests, while a value less
    than zero indicates that glance_store will not set a timeout but
    instead will use whatever timeouts are set in the Ceph configuration
    file.

upgrade:
  - |
    RBD driver: the default value of the ``rados_connect_timeout`` option
    has been changed from 0 to -1, so that the RBD driver will by default
    use the timeout values defined in ``ceph.conf``. Be aware that
    setting this option to 0 disables timeouts (that is, the RBD driver
    will make requests with a timeout of zero, and all requests wait forever),
    thereby overriding any timeouts that are set in the Ceph configuration
    file.