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: v16.1.0~2358^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fe253c9d5f629cf7688b3dd1a3f8c3de89657a02;p=ceph.git PendingReleaseNotes: `rgw-orphan-list` and deprecated `radosgw-admin orphans` Signed-off-by: J. Eric Ivancich --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index d804ec91788d..c34378b0fc1c 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -359,3 +359,11 @@ * Cephadm: ``ceph orch apply osd`` supports a ``--preview`` flag that prints a preview of the OSD specification before deploying OSDs. This makes it possible to verify that the specification is correct, before applying it. + +* RGW: The ``radosgw-admin`` sub-commands dealing with orphans -- + ``radosgw-admin orphans find``, ``radosgw-admin orphans find``, + ``radosgw-admin orphans find`` -- 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``.