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-05 12:30:17 -0700
commitb165d33a89453cf0164a6eec388e00a1daa0eb26 (patch)
tree11eafa255a89ec7858fb3cd451076ef214ec7958
parent55095d56ea9179ee3025719dc0c4e9a8d018df13 (diff)
downloadceph-b165d33a89453cf0164a6eec388e00a1daa0eb26.tar.gz
rgw_admin: flush replicalog entries
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@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) {