<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=GB2312">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi all,<br>
    <br>
    When create lots of instance simultaneously, there will be lots of
    instance in ERROR state. And most of them are caused by network rpc
    request timeout. This result is not so graceful. <br>
    <br>
    I think it will be better if scheduler keep a queue of creating
    request. when he find all the hosts are busy
    enough(compute_node.current_workload reach some value), stop cast
    the request to host
    <meta http-equiv="content-type" content="text/html; charset=GB2312">
    <meta http-equiv="content-type" content="text/html; charset=GB2312">
    temporarily, until he found some host free enough. In this way, we
    can make sure booting lots of instances simultaneously results in
    active instances rather than lots of ERROR instance. but will cause
    a small weak point, if the top value of current_workload small
    enough, create instance processing will be slow.<br>
    <br>
    Do you have another quick fix?<br>
    <br>
    Thanks,<br>
    <pre class="moz-signature" cols="72">-- 
best regards,
gtt</pre>
  </body>
</html>