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)
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

index ad427e6988906af054e81cb546b83e5cffa95a9d..42119c05e82c023b777298e9f41b6a6ebbade0cb 100644 (file)
@@ -2037,8 +2037,8 @@ static struct ceph_msg *get_reply(struct ceph_connection *con,
        if (!req) {
                *skip = 1;
                m = NULL;
-               pr_info("get_reply unknown tid %llu from osd%d\n", tid,
-                       osd->o_osd);
+               dout("get_reply unknown tid %llu from osd%d\n", tid,
+                    osd->o_osd);
                goto out;
        }