<div dir="ltr">thank you guys , my first instance is up and running .<div><br><div>the issue is compute node .</div><div><br></div><div>first thing to fix is to enable qemu because its nested vm.</div><div>solution is to modify nova-compute.conf</div><div>virt_type=qemu<br></div><div>and apt-get install nova-compute-qemu</div><div><br></div><div>second things is to fix this error message :</div><div>VirtualInterfaceCreateException: Virtual Interface creation failed<br></div><div>the solution is to add the following in nova.conf [default]</div><div><div><br></div><div>vif_plugging_timeout = 10</div><div>vif_plugging_is_fatal = False</div></div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Sep 20, 2014 at 2:07 AM, Radek Smigielski <span dir="ltr"><<a href="mailto:radek.smigielski@ymail.com" target="_blank">radek.smigielski@ymail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
>>>> root@controller:/var/log/cinder# more cinder-scheduler.log<br>
<span class="">>>>> 2014-09-12 22:47:<a href="tel:41.757%2010328" value="+14175710328">41.757 10328</a> ERROR cinder.scheduler.flows.create_volume [req-5c268fcf-5c4d-49ed-be1b-0460411e76b0 33444db757c14559add65a2e606c2102 d4c3bf6ee2af44129fc38bf76f4a5623 - - -] Failed<br>
>>>> to schedule_create_volume: No valid host was found.<br>
>>>> 2014-09-12 22:56:01.742 10328 WARNING cinder.context [-] Arguments dropped when creating context: {'user': u'dfbdec26a06a4c5cb35f994937b092fb', 'tenant': u'0faf8d7dfdac4a53af195b5436992976', 'use<br>
>>>> r_identity': u'dfbdec26a06a4c5cb35f994937b092fb 0faf8d7dfdac4a53af195b5436992976 - - -'}<br>
>>>> 2014-09-12 22:56:01.765 10328 ERROR cinder.scheduler.flows.create_volume [req-230d0a9c-851c-4612-9549-cc9fb07a2197 dfbdec26a06a4c5cb35f994937b092fb 0faf8d7dfdac4a53af195b5436992976 - - -] Failed<br>
>>>> to schedule_create_volume: No valid host was found.<br>
>>>> root@controller:/var/log/cinder#<br>
<br>
</span>IMHO, tke key to resolve this problem is to look back on cinder-scheduler.log where you see this error:<br>
<span class=""><br>
<br>
>> Failed to schedule_create_volume: No valid host was found.<br>
<br>
</span>Also looking on your cinder.conf, you seem to be using LVM over iSCSI as a storage, is that correct?<br>
"No valid host was found" probably means some cinder or iSCSI misconfiguration, ie:<br>
<br>
<br>
<br>
1.I don't see any LVM filters in your config so schedululer may be confised<br>
2. double check if your hosts really have woorking iSCSI access to your storage? this is often source of many problems<br>
<br>
<br>
Cheers,<br>
Radek.<br>
</blockquote></div><br></div>