We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe932f9 + 2e2c6a1 commit f0b51edCopy full SHA for f0b51ed
src/crimson/admin/pg_commands.cc
@@ -68,7 +68,7 @@ class PGCommand : public AdminSocketHook {
68
](auto &&pg) mutable {
69
if (!pg) {
70
return seastar::make_ready_future<tell_result_t>(tell_result_t{
71
- -ENOENT, fmt::format("i don't have pgid '{}'", spg_id)});
+ -ENOENT, fmt::format("don't have pgid '{}'", spg_id)});
72
}
73
if (!pg->is_primary()) {
74
0 commit comments