On 5/14/21 4:57 PM, Ilya Dryomov wrote:
On Fri, May 14, 2021 at 2:47 AM Xiubo Li <xiubli@xxxxxxxxxx> wrote:
On 5/13/21 7:30 PM, Jeff Layton wrote:
On Thu, 2021-05-13 at 09:40 +0800, xiubli@xxxxxxxxxx wrote:
From: Xiubo Li <xiubli@xxxxxxxxxx>
V2:
- change the patch order
- replace the fixed 10 with sizeof(struct ceph_metric_header)
Xiubo Li (2):
ceph: simplify the metrics struct
ceph: send the read/write io size metrics to mds
fs/ceph/metric.c | 90 ++++++++++++++++++++++++++++++------------------
fs/ceph/metric.h | 79 +++++++++++++++++-------------------------
2 files changed, 89 insertions(+), 80 deletions(-)
Thanks Xiubo,
These look good. I'll do some testing with them and plan to merge these
into the testing branch later today.
Sure, take your time.
FYI I squashed "ceph: send the read/write io size metrics to mds" into
"ceph: add IO size metrics support".
Got it.
Thanks
Thanks,
Ilya