mirror of
https://github.com/ceph/ceph
synced 2025-04-10 11:42:49 +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";
|
ss2 << "\n-------- END REPORT " << bl.crc32c(6789) << " --------\n";
|
||||||
rdata.append(bl);
|
rdata.append(bl);
|
||||||
rdata.append(ss2.str());
|
rdata.append(ss2.str());
|
||||||
|
rs = string();
|
||||||
r = 0;
|
r = 0;
|
||||||
}
|
}
|
||||||
if (m->cmd[0] == "quorum_status") {
|
if (m->cmd[0] == "quorum_status") {
|
||||||
|
Loading…
Reference in New Issue
Block a user