libceph: be less chatty about stray replies
authorSage Weil <sage@inktank.com>
Mon, 30 Jul 2012 23:26:13 +0000 (16:26 -0700)
committerSage Weil <sage@inktank.com>
Tue, 31 Jul 2012 01:16:03 +0000 (18:16 -0700)
commit756a16a5d53c072cd1f937b261641c1a3b53fdd7
tree03cd42968c534a0f2407422d255b07bb0c956c8d
parent43c7427d100769451601b8a36988ac0528ce0124
libceph: be less chatty about stray replies

There are many (normal) conditions that can lead to us getting
unexpected replies, include cluster topology changes, osd failures,
and timeouts.  There's no need to spam the console about it.

Signed-off-by: Sage Weil <sage@inktank.com>
Reviewed-by: Alex Elder <elder@inktank.com>
net/ceph/osd_client.c