From: Patrick Donnelly Date: Fri, 23 Apr 2021 18:22:56 +0000 (-0700) Subject: doc: add missing note about restoring allow_standby_replay X-Git-Tag: v17.1.0~1641^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=103bb6b6bb3b5350946985eb1546fdeac1fa454f;p=ceph.git doc: add missing note about restoring allow_standby_replay Fixes: https://tracker.ceph.com/issues/51187 Signed-off-by: Patrick Donnelly --- diff --git a/doc/cephfs/upgrading.rst b/doc/cephfs/upgrading.rst index 3966079d364c..e9df8c0c7430 100644 --- a/doc/cephfs/upgrading.rst +++ b/doc/cephfs/upgrading.rst @@ -71,6 +71,12 @@ command. Older versions of Ceph require you to stop these daemons manually. ceph fs set max_mds +9. Restore setting for ``allow_standby_replay`` (if applicable): + +:: + + ceph fs set allow_standby_replay true + Upgrading pre-Firefly file systems past Jewel =============================================