From: Patrick Donnelly Date: Thu, 14 Jan 2021 17:52:22 +0000 (-0800) Subject: cephadm: fix rgw osd cap tag X-Git-Tag: v17.0.0~35^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=de1efbd62b9258630c2a2d55bfd12034cc8b603f;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 --- diff --git a/src/pybind/mgr/cephadm/services/cephadmservice.py b/src/pybind/mgr/cephadm/services/cephadmservice.py index a2b26bf0690d..45a41f708dc4 100644 --- a/src/pybind/mgr/cephadm/services/cephadmservice.py +++ b/src/pybind/mgr/cephadm/services/cephadmservice.py @@ -617,7 +617,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