]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mon: s/reply_command/reply_tell_command/
authorKefu Chai <kchai@redhat.com>
Tue, 19 Nov 2019 01:48:57 +0000 (09:48 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 20 Dec 2019 07:56:04 +0000 (15:56 +0800)
commitdd8d7978bac8b6c85bf56fb3ca78a0d018503d4e
tree3e62b2d724ca27276607c4f98d3222aa56445dfd
parent26b5d20881d718666e85858797e0fa47a76db9e5
mon: s/reply_command/reply_tell_command/

* s/reply_command/reply_tell_command/, otherwise
  `Monitor::reply_command()` panics, because it
  expects a `MMonCommand`.
* do not handle a tell command twice

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