]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: support creation of daemons with ranks
authorSage Weil <sage@newdream.net>
Fri, 23 Apr 2021 19:31:14 +0000 (15:31 -0400)
committerSage Weil <sage@newdream.net>
Thu, 3 Jun 2021 12:37:12 +0000 (07:37 -0500)
commit516edc9a3bbca7097cb638f35f1b42a78900f1ac
tree6909db4c9fbd6725a9ce097c3a16144698273052
parent27ae022391c3702c0b79cd05998b259322f92c2c
mgr/cephadm: support creation of daemons with ranks

- we need to assign all names and update the rank_map before we start
creating daemons.
- if we are using ranks, we should delete old daemons first, and
fence them from the cluster (where possible).

Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit e8b07982b50e35a546a52b092cac5a825c37981d)
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/serve.py
src/pybind/mgr/cephadm/services/cephadmservice.py