-
Notifications
You must be signed in to change notification settings - Fork 6k
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
hammer: mon: send updated monmap to its subscribers #11457
Conversation
will remove [DNM] once the master PR is merged. |
@tchaikov Could you rebase please? |
oops, this PR was not linked with the hammer backport in the tracker, so I re-did it in #11928 (closed in favor of this one) |
@tchaikov Please rebase. |
prior to this change, we sends monmap when serving the subscription requests, but the updates are not sent to the subscribers anymore. so we need to send latest monmap to subscribes and update the subscription status accordingly when the monmap is updated. http://tracker.ceph.com/issues/17558 Signed-off-by: Kefu Chai <kchai@redhat.com> (cherry picked from commit c2b348b) Conflicts: src/mon/Monitor.cc: resolve conflicts src/mon/MonmapMonitor.cc: remove C++11-ism
25a0f7c
to
e1694d6
Compare
@smithfarm done. |
…bscribers Reviewed-by: Nathan Cutler <ncutler@suse.com>
…bscribers Reviewed-by: Nathan Cutler <ncutler@suse.com>
@gregsfortytwo This backport passed a rados suite at http://tracker.ceph.com/issues/17151#note-7 with failures that I believe have been addressed (except for http://tracker.ceph.com/issues/15139 which is caused by the build system no longer providing dumpling-era packages). I have rebuilt the integration branch to include the two fixes and scheduled a new run at http://tracker.ceph.com/issues/17151#note-14 Do you think it's OK to merge provided the second run succeeds? |
…bscribers Reviewed-by: Nathan Cutler <ncutler@suse.com>
…bscribers Reviewed-by: Nathan Cutler <ncutler@suse.com>
Second run succeeded; third run here: http://pulpito.front.sepia.ceph.com/smithfarm-2016-11-21_11:52:41-rados-hammer-backports---basic-smithi/ |
…bscribers Reviewed-by: Nathan Cutler <ncutler@suse.com>
…bscribers Reviewed-by: Nathan Cutler <ncutler@suse.com>
@gregsfortytwo @athanatos This passed another rados run, see http://tracker.ceph.com/issues/17151#note-23 Do you think it can be merged? |
I'm ok with this if @tchaikov is. |
lgtm, i vote for myself! |
http://tracker.ceph.com/issues/17678