commit | 04a419f908b5291ff7e8ffd7aa351fa0ac0c08af | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Wed Dec 23 09:30:21 2009 -0800 |
committer | Sage Weil <sage@newdream.net> | Wed Dec 23 09:30:21 2009 -0800 |
tree | 2e634bdca766c27b88280ab5c1ce067f47ffe536 | |
parent | 6df058c025ce343052c5516b1d8a9a7e73cddd64 [diff] |
ceph: add feature bits to connection handshake (protocol change) Define supported and required feature set. Fail connection if the server requires features we do not support (TAG_FEATURES), or if the server does not support features we require. Signed-off-by: Sage Weil <sage@newdream.net>