mirror of https://github.com/ceph/ceph-ansible.git
mon: Add mds permissions to client.admin
The administrator keyring needs full capabilities on mds like mon, osd and mgr. Whithout this, the client.admin key won't be able to run commands against mds (like ceph tell mds.0 session ls) Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1672878 Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>pull/3646/head
parent
4ab02d2cd1
commit
dd7b7604de
|
@ -51,7 +51,7 @@
|
|||
client_admin_ceph_authtool_cap:
|
||||
mon: allow *
|
||||
osd: allow *
|
||||
mds: allow
|
||||
mds: allow *
|
||||
mgr: allow *
|
||||
when:
|
||||
- cephx
|
||||
|
|
Loading…
Reference in New Issue