From: Patrick Donnelly Date: Thu, 14 Jan 2021 17:52:22 +0000 (-0800) Subject: cephadm: fix rgw osd cap tag X-Git-Tag: v15.2.9~33^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F39170%2Fhead;p=ceph.git cephadm: fix rgw osd cap tag The syntax is "allow rwx tag rgw *=*'. Sorry, I thought this would have gotten caught in testing :( Fixes: 373cc847cf0f8b4ec7aefbfe64c01c3f18a4e021 Signed-off-by: Patrick Donnelly (cherry picked from commit de1efbd62b9258630c2a2d55bfd12034cc8b603f) --- diff --git a/src/pybind/mgr/cephadm/services/cephadmservice.py b/src/pybind/mgr/cephadm/services/cephadmservice.py index 99deadd5989b..1cc564a66d7e 100644 --- a/src/pybind/mgr/cephadm/services/cephadmservice.py +++ b/src/pybind/mgr/cephadm/services/cephadmservice.py @@ -607,7 +607,7 @@ class RgwService(CephService): 'entity': self.get_auth_entity(rgw_id), 'caps': ['mon', 'allow *', 'mgr', 'allow rw', - 'osd', 'allow rwx tag rgw'], + 'osd', 'allow rwx tag rgw *=*'], }) return keyring