]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr: stop re-using MonCap for handling MGR caps
authorJason Dillaman <dillaman@redhat.com>
Fri, 11 Oct 2019 14:30:03 +0000 (10:30 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 9 Jan 2020 18:59:36 +0000 (13:59 -0500)
commit647c0e5dac2cf27f59d096409000cd80fd807dd5
treeda1b14d2aa2a4c2d5034257346993683b042f28f
parent2aaed5705ac672c3a72670423a0df36e599dbaef
mgr: stop re-using MonCap for handling MGR caps

Use the existing MonCap as the basis for a new custom MgrCap
processor.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 6350bee5c873cb1cef0ca1345b89bff66817e0c1)
src/mgr/CMakeLists.txt
src/mgr/DaemonServer.cc
src/mgr/MgrCap.cc [new file with mode: 0644]
src/mgr/MgrCap.h [new file with mode: 0644]
src/mgr/MgrSession.h
src/mon/AuthMonitor.cc
src/mon/CMakeLists.txt
src/test/mgr/CMakeLists.txt
src/test/mgr/test_mgrcap.cc [new file with mode: 0644]