]> git.apps.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>
Thu, 9 Jan 2020 18:59:36 +0000 (13:59 -0500)
commitbbf037d6f77f87232c1339791dc5933b5c7ad666
treea17ff8bc41374e539337adaa32431690f4dcb135
parent647c0e5dac2cf27f59d096409000cd80fd807dd5
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>
(cherry picked from commit dbb1b54d492134b677b4e239415c0579e34032b4)

Conflicts:
src/mon/MonCap.h: trivial resolution
src/mon/Monitor.cc: trivial resolution
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