From bdca57e08efabf48625829ceccc8c018e2f3e447 Mon Sep 17 00:00:00 2001 From: Neha Ojha Date: Thu, 28 Oct 2021 16:56:13 +0000 Subject: [PATCH] doc/releases/pacific.rst: add note about data corruption bug Warn users upgrading their clusters from nautilus/octopus to pacific about https://tracker.ceph.com/issues/53062 Signed-off-by: Neha Ojha --- doc/releases/pacific.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/releases/pacific.rst b/doc/releases/pacific.rst index a18695bcf03..25029990178 100644 --- a/doc/releases/pacific.rst +++ b/doc/releases/pacific.rst @@ -763,6 +763,13 @@ Upgrading from Octopus or Nautilus Before starting, make sure your cluster is stable and healthy (no down or recovering OSDs). (This is optional, but recommended.) + +.. note:: + WARNING: Please do not set `bluestore_fsck_quick_fix_on_mount` to true or + run `ceph-bluestore-tool` repair or quick-fix commands in Pacific versions + <= 16.2.6, because this can lead to data corruption, details in + https://tracker.ceph.com/issues/53062. + Upgrading cephadm clusters ~~~~~~~~~~~~~~~~~~~~~~~~~~