Skip to content

Commit

Permalink
doc: add orphans commands to radosgw-admin(8)
Browse files Browse the repository at this point in the history
The --help text was added in 105a76b.
Add the corresponding entries to the man page.

Fixes: ceph#14637

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
  • Loading branch information
ktdreyer committed Feb 4, 2016
1 parent 4453b46 commit ec162f0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions doc/man/8/radosgw-admin.rst
Expand Up @@ -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
=======
Expand Down Expand Up @@ -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
========

Expand Down

0 comments on commit ec162f0

Please sign in to comment.