From: Anthony D'Atri Date: Tue, 10 Jun 2025 17:57:16 +0000 (-0400) Subject: src/crimson: Improve message X-Git-Tag: testing/wip-vshankar-testing-20250825.134853-debug~30^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2e2c6a1a6fb05b17da34c83fadb80ecfb0b6fcfc;p=ceph-ci.git src/crimson: Improve message Signed-off-by: Anthony D'Atri --- diff --git a/monitoring/ceph-mixin/dashboards_out/ceph-cluster-advanced.json b/monitoring/ceph-mixin/dashboards_out/ceph-cluster-advanced.json index a31cd5ec3f5..da2f676b202 100644 --- a/monitoring/ceph-mixin/dashboards_out/ceph-cluster-advanced.json +++ b/monitoring/ceph-mixin/dashboards_out/ceph-cluster-advanced.json @@ -2232,7 +2232,7 @@ "step": 200 } ], - "title": "RADOS Object Count", + "title": "OSD Type Count", "type": "timeseries" }, { diff --git a/src/crimson/admin/pg_commands.cc b/src/crimson/admin/pg_commands.cc index 440c7a383ff..68a622e1c45 100644 --- a/src/crimson/admin/pg_commands.cc +++ b/src/crimson/admin/pg_commands.cc @@ -68,7 +68,7 @@ public: ](auto &&pg) mutable { if (!pg) { return seastar::make_ready_future(tell_result_t{ - -ENOENT, fmt::format("i don't have pgid '{}'", spg_id)}); + -ENOENT, fmt::format("don't have pgid '{}'", spg_id)}); } if (!pg->is_primary()) { return seastar::make_ready_future(tell_result_t{