]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: add parsing for config on osd specs 47268/head
authorLuis Domingues <domingues.luis@protonmail.ch>
Tue, 19 Jul 2022 09:04:34 +0000 (11:04 +0200)
committerAdam King <adking@redhat.com>
Wed, 3 Aug 2022 13:59:55 +0000 (09:59 -0400)
commite4266ab48464f6268ba3f88f9b4478061dcb0383
tree5c814770feb0c0fe8914c5930064240745a12e7e
parent31fee6edbdd484dc41b9b43dabed768d5d462541
mgr/cephadm: add parsing for config on osd specs

Cephadm, while parsing spec files, can parse ceph configuration
for almost all the services, except for OSDs, where it fails
with a nasty "unexpected keyword argument config".

This commit fixes this issue.

Signed-off-by: Luis Domingues <domingues.luis@protonmail.ch>
(cherry picked from commit 74273e7e6e79c474e33fc41480399dc27ad2ae64)
src/python-common/ceph/deployment/drive_group.py