Hey Matt,
Can you join us for the core standup tomorrow, or shortly after, to sycn
up on the messenger changes needed for xio?
I've taken most of the generic messenger refactoring and changes that I
see that aren't yet xio-specific and pulled them into wip-msgr:
https://github.com/ceph/ceph/pull/1883
The main things I see now that are blocking the rest of the xio stuff:
- xio specific code in the buffer class
- the Message completion hook and other stuff needs to be separated out
into a separate patch that goes ahead of the other pieces
- I don't think creating multiple Messenger instances for all of the OSD,
mon, etc is going to work well. We need to figure out a generic way to
instantiate them without adding support that is specific to every
subsystem/client/daemon/whatever. Probably this means passing an address
type to the Messenger::create() method, or something similar. For now, I
think we can focus on a single transport for each part of the system
(e.g., osd<->osd) and not worry about multiprotocol support. That will
get us to something usable much sooner.
sage
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html