]> git.karo-electronics.de Git - karo-tx-linux.git/commit
libceph: print more info for short message header
authorAlex Elder <elder@inktank.com>
Wed, 29 May 2013 16:19:00 +0000 (11:19 -0500)
committerSage Weil <sage@inktank.com>
Thu, 13 Jun 2013 15:46:24 +0000 (08:46 -0700)
commit86412a8e91dc1652f854f987054b36437f1200da
tree36854c72235282e791fa0ce2bf277a4fd80c5ceb
parent36c7125fa114af3e2dd80d5da43045db1ddd63ef
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>
net/ceph/osd_client.c