From: tserlin Date: Mon, 19 Sep 2016 18:40:12 +0000 (-0400) Subject: Add two options to radosgw-admin.rst manpage X-Git-Tag: v11.0.1~175^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F11134%2Fhead;p=ceph.git Add two options to radosgw-admin.rst manpage Add '--job-id' and '--max-concurrent-ios' to Orphan Search Options Fixes: http://tracker.ceph.com/issues/17281 Signed-off-by: Thomas Serlin --- diff --git a/doc/man/8/radosgw-admin.rst b/doc/man/8/radosgw-admin.rst index 7c7f7736b909..717ba7f132b7 100644 --- a/doc/man/8/radosgw-admin.rst +++ b/doc/man/8/radosgw-admin.rst @@ -419,6 +419,15 @@ Orphans Search Options Number of seconds to wait before declaring an object to be an orphan. Default is 86400 (24 hours). +.. option:: --job-id + + Set the job id (for orphans find) + +.. option:: --max-concurrent-ios + + Maximum concurrent ios for orphans find. + Default is 32. + Examples ========