From: tserlin Date: Mon, 19 Sep 2016 18:40:12 +0000 (-0400) Subject: Add two options to radosgw-admin.rst manpage X-Git-Tag: v0.94.10~67^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=054e0d45c351525454517472df2c0b1dcecb5c39;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 (cherry picked from commit 697f30d86f49b73c981c06375ab2937570b1db01) --- diff --git a/doc/man/8/radosgw-admin.rst b/doc/man/8/radosgw-admin.rst index 1c8a8490a62..616e0ce9463 100644 --- a/doc/man/8/radosgw-admin.rst +++ b/doc/man/8/radosgw-admin.rst @@ -172,6 +172,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 ========