Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jewel: rgw: add orphan options to radosgw-admin --help and man page #11139

Merged
3 commits merged into from Oct 13, 2016

Commits on Sep 19, 2016

  1. 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 <kdreyer@redhat.com>
    (cherry picked from commit a676c51)
    ktdreyer authored and cbodley committed Sep 19, 2016
    Copy the full SHA
    bfa90a1 View commit details
    Browse the repository at this point in the history
  2. radosgw-admin: add "--orphan-stale-secs" to --help

    The radosgw-admin --help 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 <kdreyer@redhat.com>
    (cherry picked from commit 354059a)
    ktdreyer authored and cbodley committed Sep 19, 2016
    Copy the full SHA
    4e66f9e View commit details
    Browse the repository at this point in the history
  3. 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 <tserlin@redhat.com>
    (cherry picked from commit 697f30d)
    tserlin authored and cbodley committed Sep 19, 2016
    Copy the full SHA
    e2ce857 View commit details
    Browse the repository at this point in the history