]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: add missing note about restoring allow_standby_replay 40972/head
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 23 Apr 2021 18:22:56 +0000 (11:22 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Sat, 12 Jun 2021 02:07:52 +0000 (19:07 -0700)
Fixes: https://tracker.ceph.com/issues/51187
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
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
 =============================================