]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: `rgw-orphan-list` and deprecated `radosgw-admin orphans`
authorJ. Eric Ivancich <ivancich@redhat.com>
Mon, 11 May 2020 19:16:36 +0000 (15:16 -0400)
committerJ. Eric Ivancich <ivancich@redhat.com>
Wed, 15 Jul 2020 16:24:16 +0000 (12:24 -0400)
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
(cherry picked from commit fe253c9d5f629cf7688b3dd1a3f8c3de89657a02)

PendingReleaseNotes

index b1f249713909d2bb5036e9cbf8f11915314645ca..c0ec6fb1709e4cb8fc0dbcce2efa0466a98ea55a 100644 (file)
@@ -1,3 +1,10 @@
 >= 14.2.11
 ----------
 
+* RGW: The ``radosgw-admin`` sub-commands dealing with orphans --
+  ``radosgw-admin orphans find``, ``radosgw-admin orphans finish``,
+  ``radosgw-admin orphans list-jobs`` -- have been deprecated. They
+  have not been actively maintained and they store intermediate
+  results on the cluster, which could fill a nearly-full cluster.
+  They have been replaced by a tool, currently considered
+  experimental, ``rgw-orphan-list``.