]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mon: add a MGR flag to mon commands
authorSage Weil <sage@redhat.com>
Thu, 23 Feb 2017 22:19:30 +0000 (17:19 -0500)
committerSage Weil <sage@redhat.com>
Wed, 29 Mar 2017 15:38:31 +0000 (11:38 -0400)
commit7e3cfef4d7537e7222de7d5f7bc27b3dcea6bb45
tree7389e45a307d92805779f624947097c40e39d746
parent4b73fcb07057191a961289390b7d31ecf952b128
mon: add a MGR flag to mon commands

The flag will indicate that a command should be sent to ceph-mgr
instead of ceph-mon (rados_mgr_command instead of
rados_mon_command).

For legacy clients, we'll have to make the mon forward the message
on behalf of the client.

Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/MonCommands.h
src/mon/Monitor.h