summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@inktank.com>2013-08-02 22:35:12 -0700
committerYehuda Sadeh <yehuda@inktank.com>2013-08-02 22:35:12 -0700
commita7bb8213854b9562c9cc957052ee8db7cb10ff9b (patch)
tree0a23be4b0f6a96ec7e4cc86cb36bcf9de56190de
parentef036bd4bc0e79bff8a5805800fbdeb0cc2db6ae (diff)
downloadceph-a7bb8213854b9562c9cc957052ee8db7cb10ff9b.tar.gz
rgw_admin: flush replicalog entries
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
-rw-r--r--src/rgw/rgw_admin.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc
index 364f60f78f7..2b8a716115b 100644
--- a/src/rgw/rgw_admin.cc
+++ b/src/rgw/rgw_admin.cc
@@ -2175,6 +2175,8 @@ next:
assert(0);
}
encode_json("bounds", bounds, formatter);
+ formatter->flush(cout);
+ cout << std::endl;
}
if (opt_cmd == OPT_REPLICALOG_DELETE) {