From 3575fa8112ac39b1c6edf2aaee5b02aa67fa5766 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Thu, 15 Sep 2016 11:40:14 -0600 Subject: [PATCH] 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) --- doc/man/8/radosgw-admin.rst | 5 +++++ 1 file changed, 5 insertions(+) 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 ======== -- 2.39.5