The nova.cells.weights.mute_child Module

If a child cell hasn’t sent capacity or capability updates in a while, downgrade its likelihood of being chosen for scheduling requests.

class MuteChildWeigher

Bases: nova.cells.weights.BaseCellWeigher

If a child cell hasn’t been heard from, greatly lower its selection weight.

MUTE_WEIGH_VALUE = 1.0
weight_multiplier()

Previous topic

The nova.cells.utils Module

Next topic

The nova.cells.weights.ram_by_instance_type Module

Project Source

This Page