]> git.apps.os.sepia.ceph.com Git - ceph.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)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 15 Jun 2023 20:35:34 +0000 (16:35 -0400)
commit69b2d49fbb129e831de00d74772bcf56b882c0e2
treee88c1e3dac89f3bf54201ad47234d3ab00178623
parent8bca0de21e694d769164d752b5e298af7333a43f
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