From: Ken Dreyer Date: Thu, 15 Sep 2016 17:40:14 +0000 (-0600) Subject: doc: add "--orphan-stale-secs" to radosgw-admin(8) X-Git-Tag: v0.94.10~67^2~4 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3575fa8112ac39b1c6edf2aaee5b02aa67fa5766;p=ceph.git doc: add "--orphan-stale-secs" to radosgw-admin(8) The radosgw-admin(8) manual page did not include the description of the `--orphan-stale-secs` option of the `orphans find` command. The option sets the number of seconds to wait before declaring an object to be an orphan. Fixes: http://tracker.ceph.com/issues/17280 Signed-off-by: Ken Dreyer (cherry picked from commit a676c516069cc448591018ecf4f7d1f7f7bc3bfd) --- diff --git a/doc/man/8/radosgw-admin.rst b/doc/man/8/radosgw-admin.rst index 2e43c192477dd..1c8a8490a62dc 100644 --- a/doc/man/8/radosgw-admin.rst +++ b/doc/man/8/radosgw-admin.rst @@ -167,6 +167,11 @@ Orphans Search Options Number of shards to use for keeping the temporary scan info +.. option:: --orphan-stale-secs + + Number of seconds to wait before declaring an object to be an orphan. + Default is 86400 (24 hours). + Examples ========