From: Venky Shankar Date: Fri, 13 May 2022 12:55:42 +0000 (+0530) Subject: doc: add note for cephfs upgrade in notable changes X-Git-Tag: v18.0.0~863^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cce0a9f91dd6b635e608c9bba5d0157fdc97eaa7;p=ceph.git doc: add note for cephfs upgrade in notable changes Signed-off-by: Venky Shankar --- diff --git a/doc/releases/pacific.rst b/doc/releases/pacific.rst index a9e9b00b8c1..76684bef413 100644 --- a/doc/releases/pacific.rst +++ b/doc/releases/pacific.rst @@ -27,6 +27,10 @@ Notable Changes * A health warning will now be reported if the ``require-osd-release`` flag is not set to the appropriate release after a cluster upgrade. +* CephFS: Upgrading Ceph Metadata Servers when using multiple active MDSs requires + ensuring no pending stray entries which are directories are present for active + ranks except rank 0. See :ref:`upgrading_from_octopus_or_nautilus`. + Changelog --------- @@ -1294,6 +1298,8 @@ CephFS distributed file system API, similar to FUSE. For more information, see :ref:`ceph-dokan`. +.. _upgrading_from_octopus_or_nautilus: + Upgrading from Octopus or Nautilus ----------------------------------