From: J. Eric Ivancich Date: Mon, 11 May 2020 19:16:36 +0000 (-0400) Subject: PendingReleaseNotes: `rgw-orphan-list` and deprecated `radosgw-admin orphans` X-Git-Tag: v14.2.11~59^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9047407adeb4f6232c8713e98f60d09ff06bed7e;p=ceph.git PendingReleaseNotes: `rgw-orphan-list` and deprecated `radosgw-admin orphans` Signed-off-by: J. Eric Ivancich (cherry picked from commit fe253c9d5f629cf7688b3dd1a3f8c3de89657a02) --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index b1f24971390..c0ec6fb1709 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -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``.