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: v15.1.0~2690^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ef8329f2031972f728b40f272d4708097ded67d1;p=ceph.git doc: add a note on reshard object expirer fixes in PendingReleaseNotes Signed-off-by: Abhishek Lekshmanan --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index eb4e9f54eec6..9cebc40132e4 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -26,3 +26,9 @@ data block object. The librbd IO scheduler policy can be controlled via a new "rbd_io_scheduler" configuration option. + +* 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.