]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
src/crimson: Improve message
authorAnthony D'Atri <anthonyeleven@users.noreply.github.com>
Tue, 10 Jun 2025 17:57:16 +0000 (13:57 -0400)
committerAnthony D'Atri <anthonyeleven@users.noreply.github.com>
Tue, 10 Jun 2025 17:57:16 +0000 (13:57 -0400)
Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
monitoring/ceph-mixin/dashboards_out/ceph-cluster-advanced.json
src/crimson/admin/pg_commands.cc

index a31cd5ec3f5b0ef4724927c6956e15efa1b0e858..da2f676b202f96673c59e5c72f20cee986866494 100644 (file)
                "step": 200
             }
          ],
-         "title": "RADOS Object Count",
+         "title": "OSD Type Count",
          "type": "timeseries"
       },
       {
index 440c7a383ff74bcab2594278e4885c300b7c5f87..68a622e1c45201051c5fe02329db968805c788d0 100644 (file)
@@ -68,7 +68,7 @@ public:
       ](auto &&pg) mutable {
        if (!pg) {
          return seastar::make_ready_future<tell_result_t>(tell_result_t{
-             -ENOENT, fmt::format("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>(tell_result_t{