Hi,<br><br>When I try to run a large number of instances in single run, like:<br>euca-run-instances -n <some_large_number><br><br>where some_large_number is something like 30-50<br><br>I hit some bug which I guess is related with sqlalchemy:<br>
<br>in nova-api.log:<br>nova.api): TRACE: DetachedInstanceError: Parent instance <FixedIp at 0x6d9fdd0> is not bound to a Session; lazy load operation of attribute 'network' cannot proceed<br><br>in nova-network.log:<br>
(nova.rpc): TRACE: TimeoutError: QueuePool limit of size 10 overflow 10 reached, connection timed out, timeout 30<br><br>euca-describe-instances:<br>Unknownerror<br><br>Eventually, when I run euca-describe-instances, some of the instances are stuck in "pending" state and never run.<br>
<br><br>I also tried to use cloud-run-instances,but it ends up with the same error:<br><br>Traceback (most recent call last):<br>  File "/usr/bin/cloud-run-instances", line 654, in <module><br>    main()<br>
  File "/usr/bin/cloud-run-instances", line 466, in main<br>    raise Exception('%s failed' % cmd)<br>Exception: euca-run-instances failed<br><br><br>Anyone has a remedy for this?<br> <br clear="all"><br>
-- <br>checkout my blog on linux clusters:<br>-- <a href="http://linuxdatacenter.blogspot.com">linuxdatacenter.blogspot.com</a> --<br>