mirror of
https://github.com/ceph/ceph
synced 2024-12-19 18:02:46 +00:00
Merge pull request #21960 from socketpair/output
osd: write "debug dump_missing" output to stdout Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
1d5696e9a6
@ -6126,7 +6126,7 @@ void OSD::do_command(Connection *con, ceph_tid_t tid, vector<string>& cmd, buffe
|
||||
f->close_section();
|
||||
}
|
||||
f->close_section();
|
||||
f->flush(ss);
|
||||
f->flush(ds);
|
||||
}
|
||||
else if (prefix == "debug kick_recovery_wq") {
|
||||
int64_t delay;
|
||||
|
Loading…
Reference in New Issue
Block a user