]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/OSDMonitor: assume peer handles osdmap forward requests
authorSage Weil <sage@redhat.com>
Wed, 25 Oct 2017 21:49:34 +0000 (16:49 -0500)
committerSage Weil <sage@redhat.com>
Fri, 27 Oct 2017 13:31:06 +0000 (08:31 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/OSDMonitor.cc

index 855cd30d4ad38bdcc4b9989560682ebd79dca91f..8d9231554232f38050ab30742e9f77998d40d4f3 100644 (file)
@@ -2918,8 +2918,7 @@ void OSDMonitor::send_incremental(MonOpRequestRef op, epoch_t first)
   MonSession *s = op->get_session();
   assert(s);
 
-  if (s->proxy_con &&
-      s->proxy_con->has_feature(CEPH_FEATURE_MON_ROUTE_OSDMAP)) {
+  if (s->proxy_con) {
     // oh, we can tell the other mon to do it
     dout(10) << __func__ << " asking proxying mon to send_incremental from "
             << first << dendl;