]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm/schedule: respect count-per-host
authorSage Weil <sage@newdream.net>
Sat, 6 Mar 2021 15:10:42 +0000 (10:10 -0500)
committerSage Weil <sage@newdream.net>
Wed, 10 Mar 2021 19:34:29 +0000 (14:34 -0500)
commitd8d808cf30eb5406e8cf6545d6c9900bc1e2be58
tree63f9daa3f132dfff245035a9031c36be4466ff96
parent7c083af2d8cd79518be279b37722297ca9c768c3
mgr/cephadm/schedule: respect count-per-host

In the no-count cases, our job is simple: we have a set of hosts specified
via some other means (label, filter, explicit list) and simply need to
do N instances for each of those hosts.

Signed-off-by: Sage Weil <sage@newdream.net>
src/pybind/mgr/cephadm/schedule.py
src/pybind/mgr/cephadm/tests/test_scheduling.py