The cinder.scheduler.chance Module

Chance (Random) Scheduler implementation

class ChanceScheduler

Bases: cinder.scheduler.driver.Scheduler

Implements Scheduler as a random node selector.

host_passes_filters(context, host, request_spec, filter_properties)

Check if the specified host passes the filters.

schedule_create_volume(context, request_spec, filter_properties)

Picks a host that is up at random.

Previous topic

The cinder.quota Module

Next topic

The cinder.scheduler.driver Module

This Page