]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/cephadm: make nvme-gw adds be able to handle multiple services/groups
authorAdam King <adking@redhat.com>
Wed, 31 Jul 2024 17:30:02 +0000 (13:30 -0400)
committerAlexander Indenbaum <aindenba@redhat.com>
Wed, 19 Nov 2025 18:41:52 +0000 (20:41 +0200)
commit15098f372ee60eb10db5246622c522b75d8d4c79
treebb814b4fc769cc0bce4492bcd0b369c1b6fb944b
parent8816fb5911659245a12c91bc79cfba10a8bf2bb3
mgr/cephadm: make nvme-gw adds be able to handle multiple services/groups

Before this was grabbing the service spec for the first daemon
description in the list. This meant every daemon would be added
with the pool/group of whatever that spec happened to specify.
This patch grabs the spec, and therefore also the pool/group
individually for each nvmeof daemon

Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit 2a6b105b8ae9cb63702d83461560e65b7fabd085)
src/pybind/mgr/cephadm/services/nvmeof.py