From b57fb1eef1611067c59d436189c7d86552601de7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Piotr=20Da=C5=82ek?= Date: Thu, 3 Aug 2017 09:45:28 +0200 Subject: [PATCH] PendingReleaseNotes: mention forced recovery MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Mention forced recovery in release notes. Signed-off-by: Piotr Dałek --- PendingReleaseNotes | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 9a0c07fb6f467..07e4e903a6c46 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -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. + -- 2.39.5