Skip to content

Commit 2e2c6a1

Browse files
committed
src/crimson: Improve message
Signed-off-by: Anthony D'Atri <[email protected]>
1 parent 8e6dc02 commit 2e2c6a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

monitoring/ceph-mixin/dashboards_out/ceph-cluster-advanced.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2232,7 +2232,7 @@
22322232
"step": 200
22332233
}
22342234
],
2235-
"title": "RADOS Object Count",
2235+
"title": "OSD Type Count",
22362236
"type": "timeseries"
22372237
},
22382238
{

src/crimson/admin/pg_commands.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class PGCommand : public AdminSocketHook {
6868
](auto &&pg) mutable {
6969
if (!pg) {
7070
return seastar::make_ready_future<tell_result_t>(tell_result_t{
71-
-ENOENT, fmt::format("i don't have pgid '{}'", spg_id)});
71+
-ENOENT, fmt::format("don't have pgid '{}'", spg_id)});
7272
}
7373
if (!pg->is_primary()) {
7474
return seastar::make_ready_future<tell_result_t>(tell_result_t{

0 commit comments

Comments
 (0)