The cinder.scheduler.simple Module

Simple Scheduler

class SimpleScheduler

Bases: cinder.scheduler.chance.ChanceScheduler

Implements Naive Scheduler that tries to find least loaded host.

schedule_create_volume(context, request_spec, filter_properties)

Picks a host that is up and has the fewest volumes.

Previous topic

The cinder.scheduler.scheduler_options Module

Next topic

The cinder.scheduler.weights.capacity Module

This Page