From: Dimitri Savineau Date: Wed, 27 Feb 2019 16:07:38 +0000 (-0500) Subject: mon: Add mds permissions to client.admin X-Git-Tag: v4.0.0rc1~75 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dd7b7604de62c49cc979adfc89b4b89c1b39ae6e;p=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 --- diff --git a/roles/ceph-mon/tasks/deploy_monitors.yml b/roles/ceph-mon/tasks/deploy_monitors.yml index 233c383fb..25d8a19f6 100644 --- a/roles/ceph-mon/tasks/deploy_monitors.yml +++ b/roles/ceph-mon/tasks/deploy_monitors.yml @@ -51,7 +51,7 @@ client_admin_ceph_authtool_cap: mon: allow * osd: allow * - mds: allow + mds: allow * mgr: allow * when: - cephx