Skip to content

Commit 8dc5337

Browse files
authored
Merge pull request #57143 from adk3798/nvmeof-osd-profile-rbd
mgr/cephadm: set OSD cap for NVMEoF daemon to "profile rbd" Reviewed-by: Ernesto Puerta <epuertat@redhat.com> Reviewed-by: Nizamudeen A <nia@redhat.com>
2 parents fce7c52 + c83c2cd commit 8dc5337

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pybind/mgr/cephadm/services/nvmeof.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def prepare_create(self, daemon_spec: CephadmDaemonDeploySpec) -> CephadmDaemonD
3232

3333
keyring = self.get_keyring_with_caps(self.get_auth_entity(nvmeof_gw_id),
3434
['mon', 'profile rbd',
35-
'osd', 'allow all tag rbd *=*'])
35+
'osd', 'profile rbd'])
3636

3737
# TODO: check if we can force jinja2 to generate dicts with double quotes instead of using json.dumps
3838
transport_tcp_options = json.dumps(spec.transport_tcp_options) if spec.transport_tcp_options else None

0 commit comments

Comments
 (0)