From: Sage Weil Date: Mon, 2 Apr 2018 19:39:41 +0000 (-0500) Subject: PendingReleaseNotes: mons before osds to avoid force-recovery issue X-Git-Tag: v13.1.0~390^2~11 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3ecfa258d17e937174a120dc352f639d1086d534;p=ceph.git PendingReleaseNotes: mons before osds to avoid force-recovery issue Signed-off-by: Sage Weil --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 9f3da71b664..c6266783eec 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -104,3 +104,7 @@ method. See http://docs.ceph.com/docs/luminous/mgr/restful for details. now reflects the source of each config option (e.g., default, config file, command line) as well as the final (active) value. +* The `pg force-recovery` command will not work for erasure-coded + PGs when a Luminous monitor is running along with a Mimic OSD. + Please use the recommended upgrade order of monitors before OSDs to + avoid this issue.