Merge "Added scheduler_driver_task_period info to scheduler section."
This commit is contained in:
commit
a1b74cc89b
@ -23,9 +23,10 @@
|
|||||||
means a physical node that has a <systemitem class="service"
|
means a physical node that has a <systemitem class="service"
|
||||||
>nova-compute</systemitem> service running on it. You can
|
>nova-compute</systemitem> service running on it. You can
|
||||||
configure the scheduler through a variety of options.</para>
|
configure the scheduler through a variety of options.</para>
|
||||||
<para>Compute is configured with the following default scheduler
|
<para>Compute is configured with the following default scheduler options in the
|
||||||
options:</para>
|
<filename>/etc/nova/nova.conf</filename> file:</para>
|
||||||
<programlisting language="ini">scheduler_driver=nova.scheduler.multi.MultiScheduler
|
<programlisting language="ini">scheduler_driver=nova.scheduler.multi.MultiScheduler
|
||||||
|
scheduler_driver_task_period=60
|
||||||
compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
|
compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
|
||||||
scheduler_available_filters=nova.scheduler.filters.all_filters
|
scheduler_available_filters=nova.scheduler.filters.all_filters
|
||||||
scheduler_default_filters=RetryFilter,AvailabilityZoneFilter,RamFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter</programlisting>
|
scheduler_default_filters=RetryFilter,AvailabilityZoneFilter,RamFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter</programlisting>
|
||||||
@ -62,6 +63,17 @@ scheduler_default_filters=RetryFilter,AvailabilityZoneFilter,RamFilter,ComputeFi
|
|||||||
(<literal>ImagePropertiesFilter</literal>).</para>
|
(<literal>ImagePropertiesFilter</literal>).</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
<para>The scheduler caches its list of available hosts; you can
|
||||||
|
specify how often the list is updated by modifying the
|
||||||
|
<option>scheduler_driver_task_period</option> value.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<note>
|
||||||
|
<para>Do not configure <option>service_down_time</option> to be
|
||||||
|
much smaller than <option>scheduler_driver_task_period</option>;
|
||||||
|
otherwise, hosts will appear to be dead while the host list is
|
||||||
|
being cached.</para>
|
||||||
|
</note>
|
||||||
<para>For information on the volume scheduler, refer the Block
|
<para>For information on the volume scheduler, refer the Block
|
||||||
Storage section of <link
|
Storage section of <link
|
||||||
xlink:href="http://docs.openstack.org/admin-guide-cloud/content/managing-volumes.html">
|
xlink:href="http://docs.openstack.org/admin-guide-cloud/content/managing-volumes.html">
|
||||||
|
Loading…
Reference in New Issue
Block a user