commit | 07aa155878499f599a709eeecfaa0ca9ea764a88 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Mon Mar 04 18:29:06 2013 -0600 |
committer | Sage Weil <sage@inktank.com> | Wed May 01 21:16:44 2013 -0700 |
tree | f710638b3e58c17753c6de6ded3de7b9814c54e5 | |
parent | 70636773b7c3c73677e1d653629dace7c21d14bf [diff] |
libceph: activate message data assignment checks The mds client no longer tries to assign zero-length message data, and the osd client no longer sets its data info more than once. This allows us to activate assertions in the messenger to verify these things never happen. This resolves both of these: http://tracker.ceph.com/issues/4263 http://tracker.ceph.com/issues/4284 Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Greg Farnum <greg@inktank.com>