]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: add orphans commands to radosgw-admin(8) 7518/head
authorKen Dreyer <kdreyer@redhat.com>
Thu, 4 Feb 2016 02:51:58 +0000 (19:51 -0700)
committerKen Dreyer <kdreyer@redhat.com>
Thu, 4 Feb 2016 02:53:25 +0000 (19:53 -0700)
The --help text was added in 105a76bf542e05b739d5a03ca8ae55432350f107.
Add the corresponding entries to the man page.

Fixes: #14637
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
doc/man/8/radosgw-admin.rst

index a523a634d756839b6779201669e00f0a02834353..54d690e3e060ae5a236c63cda0dc2a0ba32f4171 100644 (file)
@@ -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
 ========