mirror of
https://github.com/ceph/ceph
synced 2025-04-01 00:26:47 +00:00
OSDMonitor: osd id when id already exists needs to come to stdout too
Found by qa/workunits/mon/osd.sh Signed-off-by: Dan Mick <dan.mick@inktank.com> Reviewed-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
a3767010a8
commit
c618cf937b
@ -3079,7 +3079,7 @@ bool OSDMonitor::prepare_command(MMonCommand *m)
|
||||
// osd already exists
|
||||
err = 0;
|
||||
ss << i;
|
||||
getline(ss, rs);
|
||||
rdata.append(ss);
|
||||
goto reply;
|
||||
}
|
||||
i = pending_inc.identify_osd(uuid);
|
||||
|
Loading…
Reference in New Issue
Block a user