]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/releases/pacific.rst: Instructions for notable change 44131/head
authorDavid Galloway <dgallowa@redhat.com>
Mon, 13 Dec 2021 21:54:30 +0000 (16:54 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 14 Dec 2021 20:22:01 +0000 (15:22 -0500)
Signed-off-by: David Galloway <dgallowa@redhat.com>
doc/releases/pacific.rst

index ca253bdcb0c04057cbb4d8072e3b3a32c5d174c0..5394545476fe490143300ac6a2bf19e8d189aae8 100644 (file)
@@ -15,7 +15,17 @@ Notable Changes
   bluestore-quick-fix-on-mount parameter is set to true or ceph-bluestore-tool's
   quick-fix/repair commands are invoked.
   Relevant tracker: https://tracker.ceph.com/issues/53062
-  bluestore-quick-fix-on-mount continues to be set to false, by default.
+  ``bluestore-quick-fix-on-mount`` continues to be set to false, by default.
+  
+* CephFS:  If you are not using cephadm, you must disable FSMap sanity checks *before starting the upgrade*::
+  
+      ceph config set mon mon_mds_skip_sanity true
+
+  After the upgrade has finished and the cluster is stable, please remove that setting::
+
+      ceph config rm mon mon_mds_skip_sanity
+
+  Clusters managed by and upgraded using cephadm take care of this step automatically.
 
 * MGR: The pg_autoscaler will use the 'scale-up' profile as the default profile.
   16.2.6 changed the default profile to 'scale-down' but we ran into issues