]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: add a note on reshard object expirer fixes in PendingReleaseNotes 27870/head
authorAbhishek Lekshmanan <abhishek@suse.com>
Mon, 6 May 2019 09:58:20 +0000 (11:58 +0200)
committerAbhishek Lekshmanan <alekshmanan@suse.com>
Thu, 9 May 2019 18:51:50 +0000 (20:51 +0200)
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
PendingReleaseNotes

index eb4e9f54eec6863b554e25d0ecfe72c40f305b82..9cebc40132e4559823de5717ff1937b37dff9be5 100644 (file)
@@ -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.