From dd7b7604de62c49cc979adfc89b4b89c1b39ae6e Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Wed, 27 Feb 2019 11:07:38 -0500 Subject: [PATCH] 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 --- roles/ceph-mon/tasks/deploy_monitors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5