mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
mon: fix leading error string from 'ceph report'
Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
c0df832877
commit
2f09d47d21
@ -1498,6 +1498,7 @@ void Monitor::handle_command(MMonCommand *m)
|
||||
ss2 << "\n-------- END REPORT " << bl.crc32c(6789) << " --------\n";
|
||||
rdata.append(bl);
|
||||
rdata.append(ss2.str());
|
||||
rs = string();
|
||||
r = 0;
|
||||
}
|
||||
if (m->cmd[0] == "quorum_status") {
|
||||
|
Loading…
Reference in New Issue
Block a user