Merge "Remove TS item on setting cinder simple scheduler"

This commit is contained in:
Jenkins 2014-04-01 17:14:06 +00:00 committed by Gerrit Code Review
commit bcf6e61939
2 changed files with 0 additions and 24 deletions

View File

@ -141,7 +141,6 @@
<xi:include
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_sched_create_vol.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_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>