]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/AuthMonitor: make fs authorize assign FS specific MON cap
authorRishabh Dave <ridave@redhat.com>
Fri, 24 Jul 2020 06:08:33 +0000 (11:38 +0530)
committerRishabh Dave <ridave@redhat.com>
Thu, 10 Sep 2020 11:40:51 +0000 (17:10 +0530)
commit7de4de1b716c9a9ba12ae99bf3e7a24ef7749da2
treef5a162b303076278069964a3c9764a79c961e367
parentf93c4c7188245567ace3f18ec2972c9683f0d970
mon/AuthMonitor: make fs authorize assign FS specific MON cap

So far running "fs authorize" subcommand sets "allow r" as MON cap;
change that to "allow <perms> fsname=<fsname>".

Signed-off-by: Rishabh Dave <ridave@redhat.com>
src/mon/AuthMonitor.cc