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

osd/PGLog::proc_replica_log,merge_log: fix bound for last_update #12340

Merged
merged 1 commit into from Dec 6, 2016

Conversation

athanatos
Copy link
Contributor

If olog.tail > log.tail, olog.tail is also a bound on last_update.
See the changed comment in the commit for details.

Also adds unit tests.

Fixes: http://tracker.ceph.com/issues/18127
Signed-off-by: Samuel Just sjust@redhat.com

If olog.tail > log.tail, olog.tail is also a bound on last_update.
See the changed comment in the commit for details.

Also adds unit tests.

Fixes: http://tracker.ceph.com/issues/18127
Signed-off-by: Samuel Just <sjust@redhat.com>
@athanatos
Copy link
Contributor Author

@liewegas liewegas changed the title PGLog::proc_replica_log,merge_log: fix bound for last_update osd/PGLog::proc_replica_log,merge_log: fix bound for last_update Dec 6, 2016
@athanatos athanatos merged commit a77cfe6 into ceph:master Dec 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants