From 42abad9632bfab74ed74598bf328bf730b7346fe Mon Sep 17 00:00:00 2001 From: xie xingguo Date: Fri, 8 Mar 2019 16:02:28 +0800 Subject: [PATCH] mon/OSDMonitor: add newline To be in concert with other pool attributes.. Signed-off-by: xie xingguo --- src/mon/OSDMonitor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc index d76967ad37124..021137a6df6b0 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"; -- 2.39.5