Skip to content

Commit af9ceae

Browse files
jtlaytonidryomov
authored andcommitted
ceph: drop send metrics debug message
This pops every second and isn't very useful. Signed-off-by: Jeff Layton <[email protected]> Reviewed-by: Xiubo Li <[email protected]> Signed-off-by: Ilya Dryomov <[email protected]>
1 parent 435a120 commit af9ceae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fs/ceph/metric.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@ static bool ceph_mdsc_send_metrics(struct ceph_mds_client *mdsc,
160160
msg->hdr.version = cpu_to_le16(1);
161161
msg->hdr.compat_version = cpu_to_le16(1);
162162
msg->hdr.front_len = cpu_to_le32(msg->front.iov_len);
163-
dout("client%llu send metrics to mds%d\n",
164-
ceph_client_gid(mdsc->fsc->client), s->s_mds);
165163
ceph_con_send(&s->s_con, msg);
166164

167165
return true;

0 commit comments

Comments
 (0)