]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/OSDMonitor: add newline 26831/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Fri, 8 Mar 2019 08:02:28 +0000 (16:02 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Fri, 8 Mar 2019 08:07:35 +0000 (16:07 +0800)
To be in concert with other pool attributes..

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/mon/OSDMonitor.cc

index d76967ad37124893f694744c4f6e6cdbd97edcc7..021137a6df6b0c74cd7150d8711ad405f8e6d43e 100644 (file)
@@ -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";