openstack-manuals/doc/admin-guide-cloud/section_ts_failed_sched_create_vol.xml
Scott 9c0005803b Add block storage issue docs
Change-Id: I68c76f5e729232584c2119f8f34f2d72e4715f3c
2013-10-27 07:10:37 +01:00

24 lines
1.4 KiB
XML

<?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>