]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr: fix typo in variable name and cleanups 22069/head
authorKefu Chai <kchai@redhat.com>
Thu, 17 May 2018 16:36:41 +0000 (00:36 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 17 May 2018 16:36:43 +0000 (00:36 +0800)
commit705e4566eebcb26530f5b7a5d2f1920719b50d14
tree0a748a8c0d92073ea3fc6f359f343ab4a3d9550f
parent789e9858b25e5e4e57dc302bd65fec247067bd81
mgr: fix typo in variable name and cleanups

* s/sercive/service/
* also fix the logging message. before this change, we have

send_report send_report osd,2.0x557ea1c16550 sent me an unknown health
metric:

after this change,

send_report send_report osd.2 sent me an unknown health metric: 0x01

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/mgr/DaemonServer.cc