From: Ken Dreyer Date: Thu, 4 Feb 2016 02:51:58 +0000 (-0700) Subject: doc: add orphans commands to radosgw-admin(8) X-Git-Tag: v10.0.4~65^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ec162f068b40f594c321df5caa9fe2541551b89e;p=ceph.git doc: add orphans commands to radosgw-admin(8) The --help text was added in 105a76bf542e05b739d5a03ca8ae55432350f107. Add the corresponding entries to the man page. Fixes: #14637 Signed-off-by: Ken Dreyer --- diff --git a/doc/man/8/radosgw-admin.rst b/doc/man/8/radosgw-admin.rst index a523a634d756..54d690e3e060 100644 --- a/doc/man/8/radosgw-admin.rst +++ b/doc/man/8/radosgw-admin.rst @@ -218,6 +218,12 @@ which are as follows: :command:`replicalog delete` Delete replica metadata log entry. +:command:`orphans find` + Init and run search for leaked rados objects + +:command:`orphans finish` + Clean up search for leaked rados objects + Options ======= @@ -401,6 +407,18 @@ Quota Options Scope of quota (bucket, user). +Orphans Search Options +====================== + +.. option:: --pool + + Data pool to scan for leaked rados objects + +.. option:: --num-shards + + Number of shards to use for keeping the temporary scan info + + Examples ========