Skip to content

Commit

Permalink
mgr: fix permissions on balancer execute
Browse files Browse the repository at this point in the history
Fixes: http://tracker.ceph.com/issues/25345
Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from commit f63ed1a)
  • Loading branch information
John Spray authored and Prashant D committed Aug 16, 2018
1 parent 8878eb0 commit 9ef37c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybind/mgr/balancer/module.py
Expand Up @@ -275,7 +275,7 @@ class Module(MgrModule):
{
"cmd": "balancer execute name=plan,type=CephString",
"desc": "Execute an optimization plan",
"perm": "r",
"perm": "rw",
},
]
active = False
Expand Down

0 comments on commit 9ef37c4

Please sign in to comment.