]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/releases: add release note about "invalid regex" bug in mgr
authorLaura Flores <lflores@redhat.com>
Thu, 28 Jul 2022 23:04:03 +0000 (23:04 +0000)
committerLaura Flores <lflores@redhat.com>
Fri, 29 Jul 2022 14:44:34 +0000 (09:44 -0500)
Signed-off-by: Laura Flores <lflores@redhat.com>
doc/releases/quincy.rst

index 31b64c6b55ac33ecd62d47c49a8eebc07c59c41b..cd76ed0b499e4ac15c55d8aba7a118d16f11c7b0 100644 (file)
@@ -5,6 +5,27 @@ Quincy
 Quincy is the 17th stable release of Ceph.  It is named after Squidward
 Quincy Tentacles from Spongebob Squarepants.
 
+v17.2.3 Quincy
+==============
+
+This is a hotfix release that addresses a libcephsqlite crash in the mgr.
+
+Notable Changes
+---------------
+* A libcephsqlite bug that caused the mgr to crash repeatedly and die is now
+  fixed. The bug was exposed due to 17.2.2 being built with gcc 8.5.0-14, which contains
+  a new patch to check for invalid regex. 17.2.1 was built using gcc 8.5.0-13, which
+  does not contain the invalid regex patch.
+
+  Relevant tracker: https://tracker.ceph.com/issues/55304
+
+  Relevant BZ: https://bugzilla.redhat.com/show_bug.cgi?id=2110797
+
+Changelog
+---------
+
+* libcephsqlite: ceph-mgr crashes when compiled with gcc12 (`pr#47270 <https://github.com/ceph/ceph/pull/47270>`_, Ganesh Maharaj Mahalingam)
+
 v17.2.2 Quincy
 ==============