Previous topic

The cinder.scheduler.rpcapi Module

Next topic

The cinder.service Module

This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Cinder 2011.2 docs or all OpenStack docs too.

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, volume_id, **_kwargs)

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