]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: dropped daemon type argument for MonCap
authorJason Dillaman <dillaman@redhat.com>
Fri, 11 Oct 2019 14:45:15 +0000 (10:45 -0400)
committerJason Dillaman <dillaman@redhat.com>
Tue, 29 Oct 2019 12:35:02 +0000 (08:35 -0400)
commitdbb1b54d492134b677b4e239415c0579e34032b4
tree9e1c2b602c7f618df0b59be102f15c2a7e1456ba
parent6350bee5c873cb1cef0ca1345b89bff66817e0c1
mon: dropped daemon type argument for MonCap

This was a placeholder for handling MGR caps within the MonCap
class. Now that the MGR has its own MgrCap class, this is no
longer required.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/mon/MonCap.cc
src/mon/MonCap.h
src/mon/Monitor.cc
src/mon/OSDMonitor.cc
src/mon/Session.h
src/test/mon/moncap.cc