Remove TS item on setting cinder simple scheduler

The Chance and Simple schedulers of cinder are now deprecated, setting
them will just default to the Filter scheduler anyway. This patch
deletes a Troubleshooting section advising users to set the Simple
scheduler (specifically,
doc/admin-guide-cloud/section_ts_failed_sched_create_vol.xml).

Partially implements bp: deprecate-chance-and-simple-schedulers

Change-Id: I1155358c6c11c54432d720a2eca78b6fe3174951
This commit is contained in:
Don Domingo 2014-04-01 11:50:33 +10:00
parent 01f4660a7c
commit bc5d681c85
2 changed files with 0 additions and 24 deletions

View File

@ -141,7 +141,6 @@
<xi:include <xi:include
href="section_ts_failed_attach_vol_no_sysfsutils.xml"/> href="section_ts_failed_attach_vol_no_sysfsutils.xml"/>
<xi:include href="section_ts_failed_connect_vol_FC_SAN.xml"/> <xi:include href="section_ts_failed_connect_vol_FC_SAN.xml"/>
<xi:include href="section_ts_failed_sched_create_vol.xml"/>
<xi:include href="section_ts_no_emulator_x86_64.xml"/> <xi:include href="section_ts_no_emulator_x86_64.xml"/>
<xi:include href="section_ts_non_existent_host.xml"/> <xi:include href="section_ts_non_existent_host.xml"/>
<xi:include href="section_ts_non_existent_vlun.xml"/> <xi:include href="section_ts_non_existent_vlun.xml"/>

View File

@ -1,23 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0" xml:id="section_ts_failed_sched_create_vol">
<title>Failed to schedule and create volume</title>
<section xml:id="section_ts_failed_sched_create_vol_problem">
<title>Problem</title>
<para>The following warning is seen in the <filename>cinder-scheduler.log</filename> when
volume type and extra specs are defined and the volume is in an error state.</para>
<programlisting>WARNING cinder.scheduler.manager [req-b6ef1628-fdc5-49e9-a40a-79d5fcedcfef c0c1ccd20639448c9deea5fe4c112a42 c8b023257513436f 8b303269988b2e7b|req-b6ef1628-fdc5-49e9-a40a-79d5fcedcfef
c0c1ccd20639448c9deea5fe4c112a42 c8b023257513436f 8b303269988b2e7b]
Failed to schedule_create_volume: No valid host was found.</programlisting>
</section>
<section xml:id="section_ts_failed_sched_create_vol_solution">
<title>Solution</title>
<para>Enable the option
<filename>scheduler_driver=cinder.scheduler.simple.SimpleScheduler</filename> in the
<filename>/etc/cinder/cinder.conf</filename> file and restart the
<filename>cinder-scheduler</filename> service. The
<filename>scheduler_driver</filename> defaults to
<filename>cinder.scheduler.filter_scheduler.FilterScheduler</filename>.</para>
</section>
</section>