commit | 4974341eb99861720d54db9337bf1fe78eb8b9d0 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Wed May 29 11:19:00 2013 -0500 |
committer | Sage Weil <sage@inktank.com> | Wed Jul 03 15:32:40 2013 -0700 |
tree | 7f6a6d03c26f45251823b7e38320c6891a070952 | |
parent | 08f75463c15e26e9d67a7c992ce7dd8964c6cbdd [diff] |
libceph: print more info for short message header If an osd client response message arrives that has a front section that's too big for the buffer set aside to receive it, a warning gets reported and a new buffer is allocated. The warning says nothing about which connection had the problem. Add the peer type and number to what gets reported, to be a bit more informative. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>