]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mon: add MonCommand::FLAG_TELL
authorKefu Chai <kchai@redhat.com>
Fri, 20 Dec 2019 07:53:43 +0000 (15:53 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 20 Dec 2019 07:56:04 +0000 (15:56 +0800)
commita2c34794dc794cd2592d2bc14f3a0f90e2f165a3
treee2b120d36eb438d5c570803383ba339ae54e936b
parentbc1b4805b1a1b1974972b5827736bdc7632e8c0b
mon: add MonCommand::FLAG_TELL

MonCommand::FLAG_TELL implies NOFORWARD and HIDDEN, so we don't need to
specify both of them.

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