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

osdc/Objecter: resend pg commands on interval change #12910

Merged
merged 2 commits into from Jan 12, 2017

Commits on Jan 12, 2017

  1. Objecter: fold last_force_resend into op_target_t

    It's always passed along with op_target_t, this seems simpler.
    
    Signed-off-by: Samuel Just <sjust@redhat.com>
    athanatos committed Jan 12, 2017
    Copy the full SHA
    bc57b7c View commit details
    Browse the repository at this point in the history
  2. Objecter: resend pg commands on interval change

    mark_lost_unfound* are now async since the rework, so we need
    the Objecter to be able to resend on interval change.  This
    is preferable to somehow requeueing the Command because they
    don't use the normal op queue.
    
    Fixes: http://tracker.ceph.com/issues/18358
    Signed-off-by: Samuel Just <sjust@redhat.com>
    athanatos committed Jan 12, 2017
    Copy the full SHA
    d89fdd2 View commit details
    Browse the repository at this point in the history