]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/cephadm: convert extra_args to daemon_params dict
authorJohn Mulligan <jmulligan@redhat.com>
Tue, 16 May 2023 17:48:58 +0000 (13:48 -0400)
committerAdam King <adking@redhat.com>
Thu, 31 Aug 2023 17:35:14 +0000 (13:35 -0400)
commit01264bd3ec1df974b798a9fef466dd8decec9dbc
tree74a3956470b8a6cf8b7d7470a4641f4f6b1be0dd
parentb1399324fbeaaffba7d999d938ecd3dbe9c260f5
mgr/cephadm: convert extra_args to daemon_params dict

In serve.py we were creating various command line arguments
(and their values) to pass to cephadm. Now that we support
a single unified JSON-based input we can stop passing
these as CLI parameters and just pass it as a singular
JSONified dict.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/pybind/mgr/cephadm/serve.py