Description of scheduler configuration options
Configuration option = Default value Description
[DEFAULT]
= None (StrOpt) String representation for an equation that will be used to filter hosts. Only used when the driver filter is set to be used by the Cinder scheduler.
= None (StrOpt) String representation for an equation that will be used to determine the goodness of a host. Only used when using the goodness weigher is set to be used by the Cinder scheduler.
= AvailabilityZoneFilter, CapacityFilter, CapabilitiesFilter (ListOpt) Which filter class names to use for filtering hosts when not specified in the request.
= CapacityWeigher (ListOpt) Which weigher class names to use for weighing hosts.
= cinder.scheduler.filter_scheduler.FilterScheduler (StrOpt) Default scheduler driver to use
= cinder.scheduler.host_manager.HostManager (StrOpt) The scheduler host manager class to use
= (StrOpt) Absolute path to scheduler configuration JSON file.
= cinder.scheduler.manager.SchedulerManager (StrOpt) Full class name for the Manager for scheduler
= 3 (IntOpt) Maximum number of attempts to schedule an volume
= cinder-scheduler (StrOpt) The topic that scheduler nodes listen on