]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: move _create_daemon to serve.py
authorSebastian Wagner <sebastian.wagner@suse.com>
Tue, 5 Jan 2021 15:19:27 +0000 (16:19 +0100)
committerSebastian Wagner <sebastian.wagner@suse.com>
Mon, 11 Jan 2021 13:54:49 +0000 (14:54 +0100)
commita4be711d44d3ee79d7704435e6dd0c7fa3690fe2
tree979e1f55fa082f9cea0c806490b497598639b62f
parent2cd46a141c46d95b378332c3e89da9b0ee77a67b
mgr/cephadm: move _create_daemon to serve.py

`_create_daemon` can potentially make the CLI unresponsive and should
only be called from the serve() thread.

Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/serve.py
src/pybind/mgr/cephadm/services/osd.py