diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc index 53318b2663d..3e104e87601 100644 --- a/src/osd/OSD.cc +++ b/src/osd/OSD.cc @@ -6126,7 +6126,7 @@ void OSD::do_command(Connection *con, ceph_tid_t tid, vector& cmd, buffe f->close_section(); } f->close_section(); - f->flush(ss); + f->flush(ds); } else if (prefix == "debug kick_recovery_wq") { int64_t delay;