]> git.proxmox.com Git - ceph.git/blame - ceph/PendingReleaseNotes
import ceph 15.2.14
[ceph.git] / ceph / PendingReleaseNotes
CommitLineData
6d8e3169
FG
115.2.14
2-------
3
4* RGW: It is possible to specify ssl options and ciphers for beast frontend now.
5 The default ssl options setting is "no_sslv2:no_sslv3:no_tlsv1:no_tlsv1_1".
6 If you want to return back the old behavior add 'ssl_options=' (empty) to
7 ``rgw frontends`` configuration.
8
3fec8b72
TL
915.2.11
10-------
adb31ebb 11
6d8e3169
FG
12* `ceph-mgr-modules-core` debian package does not recommend `ceph-mgr-rook`
13 anymore. As the latter depends on `python3-numpy` which cannot be imported in
14 different Python sub-interpreters multi-times if the version of
15 `python3-numpy` is older than 1.19. Since `apt-get` installs the `Recommends`
16 packages by default, `ceph-mgr-rook` was always installed along with
17 `ceph-mgr` debian package as an indirect dependency. If your workflow depends
18 on this behavior, you might want to install `ceph-mgr-rook` separately.
19
3fec8b72
TL
20* OSD: the option ``osd_fast_shutdown_notify_mon`` has been introduced to allow
21 the OSD to notify the monitor it is shutting down even if ``osd_fast_shutdown``
22 is enabled. This helps with the monitor logs on larger clusters, that may get
23 many 'osd.X reported immediately failed by osd.Y' messages, and confuse tools.
cd265ab1 24
3fec8b72
TL
25* An AWS-compliant API: "GetTopicAttributes" was added to replace the existing "GetTopic" API. The new API
26 should be used to fetch information about topics used for bucket notifications.