Cinder Scheduler Weights

AllocatedCapacityWeigher

Warning

No documentation found in AllocatedCapacityWeigher = cinder.scheduler.weights.capacity:AllocatedCapacityWeigher

CapacityWeigher

Warning

No documentation found in CapacityWeigher = cinder.scheduler.weights.capacity:CapacityWeigher

ChanceWeigher

Warning

No documentation found in ChanceWeigher = cinder.scheduler.weights.chance:ChanceWeigher

GoodnessWeigher

Goodness Weigher. Assign weights based on a host’s goodness function.

Goodness rating is the following:

  0 -- host is a poor choice
  .
  .
 50 -- host is a good choice
  .
  .
100 -- host is a perfect choice

VolumeNumberWeigher

Warning

No documentation found in VolumeNumberWeigher = cinder.scheduler.weights.volume_number:VolumeNumberWeigher

Table Of Contents

Previous topic

Cinder Scheduler Filters

Next topic

Oslo Middleware

Project Source

This Page