]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: mention forced recovery 16775/head
authorPiotr Dałek <piotr.dalek@corp.ovh.com>
Thu, 3 Aug 2017 07:45:28 +0000 (09:45 +0200)
committerPiotr Dałek <piotr.dalek@corp.ovh.com>
Thu, 3 Aug 2017 07:45:28 +0000 (09:45 +0200)
Mention forced recovery in release notes.

Signed-off-by: Piotr Dałek <piotr.dalek@corp.ovh.com>
PendingReleaseNotes

index 9a0c07fb6f467ea4c4d2bba2b41807b21d7d2ade..07e4e903a6c46635dba8126f889549acda76385c 100644 (file)
@@ -1,2 +1,11 @@
 >= 12.1.2
 ---------
+
+* Added new commands "pg force-recovery" and "pg-force-backfill". Use them
+  to boost recovery or backfill priority of specified pgs, so they're
+  recovered/backfilled before any other. Note that these commands don't
+  interrupt ongoing recovery/backfill, but merely queue specified pgs
+  before others so they're recovered/backfilled as soon as possible.
+  New commands "pg cancel-force-recovery" and "pg cancel-force-backfill"
+  restore default recovery/backfill priority of previously forced pgs.
+