From: Dimitri Savineau Date: Wed, 27 Feb 2019 16:07:38 +0000 (-0500) Subject: mon: Add mds permissions to client.admin X-Git-Tag: v3.2.8~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=05c6ac4d78c979c1946f14fc661f968c9df206e4;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 (cherry picked from commit dd7b7604de62c49cc979adfc89b4b89c1b39ae6e) --- diff --git a/roles/ceph-mon/tasks/deploy_monitors.yml b/roles/ceph-mon/tasks/deploy_monitors.yml index d792db1b4..11facb3de 100644 --- a/roles/ceph-mon/tasks/deploy_monitors.yml +++ b/roles/ceph-mon/tasks/deploy_monitors.yml @@ -53,7 +53,7 @@ client_admin_ceph_authtool_cap: mon: allow * osd: allow * - mds: allow + mds: allow * mgr: allow * when: - cephx