]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: add missing note about restoring allow_standby_replay 42066/head
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 23 Apr 2021 18:22:56 +0000 (11:22 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 28 Jun 2021 19:44:22 +0000 (12:44 -0700)
Fixes: https://tracker.ceph.com/issues/51187
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 103bb6b6bb3b5350946985eb1546fdeac1fa454f)

doc/cephfs/upgrading.rst

index 3966079d364cfb4eac452647ed32cefcc8bb9863..e9df8c0c74300738ef751caaf2c24d680ff85a46 100644 (file)
@@ -71,6 +71,12 @@ command. Older versions of Ceph require you to stop these daemons manually.
 
     ceph fs set <fs_name> max_mds <old_max_mds>
 
+9. Restore setting for ``allow_standby_replay`` (if applicable):
+
+::
+
+    ceph fs set <fs_name> allow_standby_replay true
+
 
 Upgrading pre-Firefly file systems past Jewel
 =============================================