You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mgr/cephadm: introduce deployment ordering for services
Some services don't work well with deploying every
daemon in parallel and need deployment to follow
a certain ordering. This commit sets up the framework
for allowing services to specify the order in which
its daemons should be deployed. The expectation is
that the function will return a dict mapping integers
to a list of daemons. When we deploy, we first deploy
everything in the "0" entry, then "1" etc. The integers
themselves are fairly arbitrary, we just need something
sortable.
Signed-off-by: Adam King <[email protected]>
(cherry picked from commit e8eb36d)
Resolves: rhbz#2372821
0 commit comments