Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-09 | ceph: update to mon client protocol v15 | Sage Weil | |
The mon request headers now include session_mon information that must be properly initialized. Signed-off-by: Sage Weil <sage@newdream.net> | |||
2009-10-06 | ceph: messenger library | Sage Weil | |
A generic message passing library is used to communicate with all other components in the Ceph file system. The messenger library provides ordered, reliable delivery of messages between two nodes in the system. This implementation is based on TCP. Signed-off-by: Sage Weil <sage@newdream.net> |