From: Abhishek Lekshmanan Date: Wed, 24 Jun 2020 08:56:17 +0000 (+0200) Subject: doc: releases: octopus: add v15.2.3 release notes X-Git-Tag: v16.1.0~1956^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=345eca338857eb74d4f8e202c1ad253bf81c2e2a;p=ceph.git doc: releases: octopus: add v15.2.3 release notes Signed-off-by: Abhishek Lekshmanan --- diff --git a/doc/releases/octopus.rst b/doc/releases/octopus.rst index 9b23ca75dfb..c530389524e 100644 --- a/doc/releases/octopus.rst +++ b/doc/releases/octopus.rst @@ -1,3 +1,18 @@ +v15.2.3 Octopus +=============== + +This is the third bug-fix release of the Ceph Octopus stable release series. +This release mainly is a workaround for a potential OSD corruption in v15.2.2. +We advise users to upgrade to v15.2.3 directly. For users running v15.2.2 please +execute the following:: + + ceph config set osd bluefs_preextend_wal_files false + +Changelog +--------- +* bluestore: common/options.cc: disable bluefs_preextend_wal_files (`issue#45613 `_, Neha Ojha) + + v15.2.2 Octopus ===============