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:
Dan Mick 2013-06-12 20:59:08 -07:00
parent a3767010a8
commit c618cf937b

View File

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