All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ceph: drop send metrics debug message
@ 2021-11-30 12:51 Jeff Layton
  2021-11-30 13:08 ` Xiubo Li
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Layton @ 2021-11-30 12:51 UTC (permalink / raw)
  To: ceph-devel; +Cc: idryomov, xiubli

This pops every second and isn't very useful.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
---
 fs/ceph/metric.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fs/ceph/metric.c b/fs/ceph/metric.c
index c57699d8408d..0fcba68f9a99 100644
--- a/fs/ceph/metric.c
+++ b/fs/ceph/metric.c
@@ -160,8 +160,6 @@ static bool ceph_mdsc_send_metrics(struct ceph_mds_client *mdsc,
 	msg->hdr.version = cpu_to_le16(1);
 	msg->hdr.compat_version = cpu_to_le16(1);
 	msg->hdr.front_len = cpu_to_le32(msg->front.iov_len);
-	dout("client%llu send metrics to mds%d\n",
-	     ceph_client_gid(mdsc->fsc->client), s->s_mds);
 	ceph_con_send(&s->s_con, msg);
 
 	return true;
-- 
2.33.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ceph: drop send metrics debug message
  2021-11-30 12:51 [PATCH] ceph: drop send metrics debug message Jeff Layton
@ 2021-11-30 13:08 ` Xiubo Li
  0 siblings, 0 replies; 2+ messages in thread
From: Xiubo Li @ 2021-11-30 13:08 UTC (permalink / raw)
  To: Jeff Layton, ceph-devel; +Cc: idryomov


On 11/30/21 8:51 PM, Jeff Layton wrote:
> This pops every second and isn't very useful.
>
> Signed-off-by: Jeff Layton <jlayton@kernel.org>
> ---
>   fs/ceph/metric.c | 2 --
>   1 file changed, 2 deletions(-)
>
> diff --git a/fs/ceph/metric.c b/fs/ceph/metric.c
> index c57699d8408d..0fcba68f9a99 100644
> --- a/fs/ceph/metric.c
> +++ b/fs/ceph/metric.c
> @@ -160,8 +160,6 @@ static bool ceph_mdsc_send_metrics(struct ceph_mds_client *mdsc,
>   	msg->hdr.version = cpu_to_le16(1);
>   	msg->hdr.compat_version = cpu_to_le16(1);
>   	msg->hdr.front_len = cpu_to_le32(msg->front.iov_len);
> -	dout("client%llu send metrics to mds%d\n",
> -	     ceph_client_gid(mdsc->fsc->client), s->s_mds);
>   	ceph_con_send(&s->s_con, msg);
>   
>   	return true;
Reviewed-by: Xiubo Li <xiubli@redhat.com>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-30 13:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-30 12:51 [PATCH] ceph: drop send metrics debug message Jeff Layton
2021-11-30 13:08 ` Xiubo Li

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.