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: mon: osdmonitor: decouple adjust_heartbeat_grace and min_down_reporters #10757

Merged
1 commit merged into from Oct 24, 2016
Merged

jewel: mon: osdmonitor: decouple adjust_heartbeat_grace and min_down_reporters #10757

1 commit merged into from Oct 24, 2016

Conversation

ghost
Copy link

@ghost ghost commented Aug 17, 2016

if cancel mon_osd_adjust_heartbeat_grace, we must set mon_osd_min_down_reporters to zero.
otherwise the next checking for
	reporters_by_subtree.size() >= g_conf->mon_osd_min_down_reporters
will allways be fail.the two options should take effect respectively...

Signed-off-by: Zengran Zhang <zhangzengran@h3c.com>
(cherry picked from commit 7ac5ca5)
@ghost ghost self-assigned this Aug 17, 2016
@ghost ghost added this to the jewel milestone Aug 17, 2016
@ghost ghost added bug-fix core labels Aug 17, 2016
ghost pushed a commit that referenced this pull request Aug 17, 2016
…rtbeat_grace and min_down_reporters

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Aug 22, 2016
…rtbeat_grace and min_down_reporters

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Aug 22, 2016
…rtbeat_grace and min_down_reporters

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Aug 23, 2016
…rtbeat_grace and min_down_reporters

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Aug 24, 2016
…rtbeat_grace and min_down_reporters

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Aug 24, 2016
…rtbeat_grace and min_down_reporters

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Aug 24, 2016
…rtbeat_grace and min_down_reporters

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Aug 24, 2016
…rtbeat_grace and min_down_reporters

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Aug 24, 2016
…rtbeat_grace and min_down_reporters

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Aug 25, 2016
…rtbeat_grace and min_down_reporters

Reviewed-by: Loic Dachary <ldachary@redhat.com>
@ghost
Copy link
Author

ghost commented Oct 10, 2016

@tchaikov does this backport look good to merge ? It passed the rados suite http://tracker.ceph.com/issues/17487#note-4 (except for one known bug that is, I believe, unrelated and one environmental failure on an erasure code job).

@ghost ghost assigned tchaikov Oct 10, 2016
ghost pushed a commit that referenced this pull request Oct 10, 2016
…rtbeat_grace and min_down_reporters

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Oct 10, 2016
…rtbeat_grace and min_down_reporters

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Oct 13, 2016
…rtbeat_grace and min_down_reporters

Reviewed-by: Loic Dachary <ldachary@redhat.com>
@ghost
Copy link
Author

ghost commented Oct 14, 2016

It passed the rados, upgrade/jewel-x and upgrade/hammer-x suites (except for two bugs that are, I believe, unrelated)

ghost pushed a commit that referenced this pull request Oct 17, 2016
…rtbeat_grace and min_down_reporters

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Oct 18, 2016
…rtbeat_grace and min_down_reporters

Reviewed-by: Loic Dachary <ldachary@redhat.com>
@ghost
Copy link
Author

ghost commented Oct 20, 2016

It passed the rados (http://tracker.ceph.com/issues/17487#note-19) suite except for two jobs that are, I believe unrelated. It also passed the upgrade/jewel-x and upgrade/hammer-x (http://tracker.ceph.com/issues/17487#note-22) suites.

@tchaikov
Copy link
Contributor

lgtm.

@ghost ghost merged commit 3ccc17b into ceph:jewel Oct 24, 2016
@theanalyst theanalyst changed the title jewel: mon/osdmonitor: decouple adjust_heartbeat_grace and min_down_reporters "jewel: mon: osdmonitor: decouple adjust_heartbeat_grace and min_down_reporters" Nov 17, 2016
@theanalyst theanalyst changed the title "jewel: mon: osdmonitor: decouple adjust_heartbeat_grace and min_down_reporters" jewel: mon: osdmonitor: decouple adjust_heartbeat_grace and min_down_reporters Nov 17, 2016
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant