]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: do not bind ms_objecter messenger 2605/head
authorSage Weil <sage@redhat.com>
Mon, 29 Sep 2014 23:11:06 +0000 (16:11 -0700)
committerSage Weil <sage@redhat.com>
Mon, 29 Sep 2014 23:11:06 +0000 (16:11 -0700)
commit46d5518644ebfb53dcff5b8351475de91b98650e
treed1800054f55e62ee0426d996cd584161700619f1
parent0d1a4171c158485df71b884bf0c76f7801b11a33
osd: do not bind ms_objecter messenger

The objecter messenger is only used as a client to initiate client-side
connections to other OSDs.  It doesn't need to bind to a port.

This was added in 558d9fc956204b7a18001b148e171b893cb63d85 to push client
traffic to the cluster interface.  This doesn't actually help/work because
we are still connecting to our peers' client-facing addresses.

Signed-off-by: Sage Weil <sage@redhat.com>
src/ceph_osd.cc