From: Abhishek Lekshmanan Date: Mon, 6 May 2019 09:58:20 +0000 (+0200) Subject: doc: add a note on reshard object expirer fixes in PendingReleaseNotes X-Git-Tag: v14.2.2~16^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5c0f57f3651094026dd471eabbcb680a08efae01;p=ceph.git doc: add a note on reshard object expirer fixes in PendingReleaseNotes Signed-off-by: Abhishek Lekshmanan (cherry picked from commit ef8329f2031972f728b40f272d4708097ded67d1) Conflicts: PendingReleaseNotes --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 6c1409de2ef4..dadb5ad8bc57 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -17,3 +17,9 @@ and the new 'ceph osd [un]set-group ' command, which sets flags in batch at the granularity of any crush node, or device class. + +* RGW: radosgw-admin introduces two subcommands that allow the + managing of expire-stale objects that might be left behind after a + bucket reshard in earlier versions of RGW. One subcommand lists such + objects and the other deletes them. Read the troubleshooting section + of the dynamic resharding docs for details.