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:
Kefu Chai 2018-05-28 10:45:38 +08:00 committed by GitHub
commit 1d5696e9a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;