]> git.apps.os.sepia.ceph.com Git - ceph-ci.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>
Mon, 11 May 2020 19:16:36 +0000 (15:16 -0400)
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
PendingReleaseNotes

index d804ec91788d8410736ddd1d8749ed337a269f08..c34378b0fc1c36f8cba1bc552692098f9d180965 100644 (file)
 * 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``.