From: Sage Weil Date: Wed, 8 Mar 2017 18:49:55 +0000 (-0500) Subject: qa/workunits/cephtool/test.sh: test_auth_profiles must include mgr X-Git-Tag: v12.0.2~252^2~36 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=accfd6ce881a04f01e7828ee1c4d87970320004a;p=ceph-ci.git qa/workunits/cephtool/test.sh: test_auth_profiles must include mgr For 'pg ...' commands Signed-off-by: Sage Weil --- diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index a5066fb0d7d..7801702c6ec 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -536,8 +536,10 @@ function test_auth() function test_auth_profiles() { - ceph auth add client.xx-profile-ro mon 'allow profile read-only' - ceph auth add client.xx-profile-rw mon 'allow profile read-write' + ceph auth add client.xx-profile-ro mon 'allow profile read-only' \ + mgr 'allow profile read-only' + ceph auth add client.xx-profile-rw mon 'allow profile read-write' \ + mgr 'allow profile read-write' ceph auth add client.xx-profile-rd mon 'allow profile role-definer' ceph auth export > client.xx.keyring