From: xie xingguo Date: Fri, 8 Mar 2019 08:02:28 +0000 (+0800) Subject: mon/OSDMonitor: add newline X-Git-Tag: v14.1.1~12^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=42abad9632bfab74ed74598bf328bf730b7346fe;p=ceph.git mon/OSDMonitor: add newline To be in concert with other pool attributes.. Signed-off-by: xie xingguo --- diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc index d76967ad371..021137a6df6 100644 --- a/src/mon/OSDMonitor.cc +++ b/src/mon/OSDMonitor.cc @@ -5501,7 +5501,7 @@ bool OSDMonitor::preprocess_command(MonOpRequestRef op) break; case PG_AUTOSCALE_MODE: ss << "pg_autoscale_mode: " << pg_pool_t::get_pg_autoscale_mode_name( - p->pg_autoscale_mode); + p->pg_autoscale_mode) <<"\n"; break; case HIT_SET_PERIOD: ss << "hit_set_period: " << p->hit_set_period << "\n";