<p>This might be a bug</p>
<p>.<a href="http://launchpad.net/horizon/+bug/876663">launchpad.net/horizon/+bug/876663</a></p>
<p> The fix that was backported into Diablo/stable was to retry connections a few times. Here's info about the fix: https:// <a href="http://review.openstack.org/#change,1661">review.openstack.org/#change,1661</a> </p>

<div class="gmail_quote">On Dec 1, 2011 11:16 PM, "darkfower" <<a href="mailto:atkisc@gmail.com">atkisc@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
hi,nova.conf as follow:<br>
<br>
#general<br>
--logdir=/var/log/nova<br>
--state_path=/var/lib/nova<br>
--lock_path=/var/lock/nova<br>
--verbose=True<br>
--use_syslog=False<br>
#nova-objectstore<br>
--use_s3=True<br>
--s3_host=192.168.1.2<br>
--s3_port=3333<br>
#rabbit<br>
--rabbit_host=192.168.1.2<br>
--rabbit_port=5672<br>
--rabbit_password=16bcb168c55b9f4fa881<br>
#ec2<br>
--ec2_host=192.168.1.2<br>
--ec2_port=8773<br>
--ec2_url=<a href="http://192.168.1.2:8773/services/Cloud" target="_blank">http://192.168.1.2:8773/services/Cloud</a><br>
#osapi<br>
--osapi_host=192.168.1.2<br>
--osapi_port=8774<br>
#db<br>
--sql_connection=mysql://<a href="http://nova:nova@192.168.1.2/nova" target="_blank">nova:nova@192.168.1.2/nova</a><br>
--sql_idle_timeout=600<br>
--sql_max_retries=3<br>
--sql_retry_interval=3<br>
#glance<br>
--glance_host=192.168.1.2<br>
--glance_api_servers=<a href="http://192.168.1.2:9292" target="_blank">192.168.1.2:9292</a><br>
--image_service=nova.image.glance.GlanceImageService<br>
#libvirt<br>
--connection_type=libvirt<br>
--libvirt_type=kvm<br>
--snapshot_image_format=qcow2<br>
--use_cow_image=True<br>
--libvirt_use_virtio_for_bridges=True<br>
#auth<br>
--use_deprecated_auth=True<br>
#--start_guests_on_host_boot=True<br>
#--resume_guests_state_on_host_boot=True<br>
#nova-network<br>
--dhcpbridge_flagfile=/etc/nova/nova.conf<br>
--public_interface=eth0<br>
--dhcpbridge=/usr/bin/nova-dhcpbridge<br>
--routing_source_ip=x.x.x.x<br>
--network_manager=nova.network.manager.FlatDHCPManager<br>
--linuxnet_interface_driver=nova.network.linux_net.LinuxBridgeInterfaceDriver<br>
--flat_injected=False<br>
--flat_interface=eth1<br>
--multi_host=True<br>
--floating_range=x.x.x.x<br>
--fixed_range=<a href="http://10.0.0.0/23" target="_blank">10.0.0.0/23</a><br>
--fixed_ip_disassociate_timeout=600<br>
--force_dhcp_release=True<br>
--use_ipv6=False<br>
--allow_resize_to_same_host=True<br>
--dhcp_lease_time=62208000<br>
<br>
2011/12/1 Leandro Reox <<a href="mailto:leandro.reox@gmail.com">leandro.reox@gmail.com</a>>:<br>
> Hi<br>
><br>
> Thats an sqlalchemy error, what database backend are you using ? That error<br>
> is that actually youre not closing connections and they are not returning to<br>
> the pool<br>
><br>
> Regards<br>
><br>
> On Thu, Dec 1, 2011 at 7:04 AM, darkfower <<a href="mailto:atkisc@gmail.com">atkisc@gmail.com</a>> wrote:<br>
>><br>
>> hi ,everybody<br>
>><br>
>> nova compute node error :<br>
>><br>
>> 2011-12-01 17:35:52,871 WARNING nova.compute.manager [-] Error during<br>
>> power_state sync: QueuePool limit of size 10 overflow 10 reached,<br>
>> connection timed out, timeout 30<br>
>> 2011-12-01 17:37:27,531 WARNING nova.compute.manager [-] Error during<br>
>> power_state sync: QueuePool limit of size 10 overflow 10 reached,<br>
>> connection timed out, timeout 30<br>
>> 2011-12-01 17:38:27,540 INFO nova.compute.manager [-] Updating host status<br>
>> 2011-12-01 17:39:01,621 WARNING nova.compute.manager [-] Error during<br>
>> power_state sync: QueuePool limit of size 10 overflow 10 reached,<br>
>> connection timed out, timeout 30<br>
>> 2011-12-01 17:40:36,781 WARNING nova.compute.manager [-] Error during<br>
>> power_state sync: QueuePool limit of size 10 overflow 10 reached,<br>
>> connection timed out, timeout 30<br>
>> 2011-12-01 17:41:36,782 INFO nova.compute.manager [-] Updating host status<br>
>> 2011-12-01 17:42:11,045 WARNING nova.compute.manager [-] Error during<br>
>> power_state sync: QueuePool limit of size 10 overflow 10 reached,<br>
>> connection timed out, timeout 30<br>
>> 2011-12-01 17:43:45,621 WARNING nova.compute.manager [-] Error during<br>
>> power_state sync: QueuePool limit of size 10 overflow 10 reached,<br>
>> connection timed out, timeout 30<br>
>> 2011-12-01 17:44:45,621 INFO nova.compute.manager [-] Updating host status<br>
>> 2011-12-01 17:45:20,981 WARNING nova.compute.manager [-] Error during<br>
>> power_state sync: QueuePool limit of size 10 overflow 10 reached,<br>
>> connection timed out, timeout 30<br>
>> 2011-12-01 17:46:55,161 WARNING nova.compute.manager [-] Error during<br>
>> power_state sync: QueuePool limit of size 10 overflow 10 reached,<br>
>> connection timed out, timeout 30<br>
>> 2011-12-01 17:47:55,171 INFO nova.compute.manager [-] Updating host status<br>
>> 2011-12-01 17:48:29,746 WARNING nova.compute.manager [-] Error during<br>
>> power_state sync: QueuePool limit of size 10 overflow 10 reached,<br>
>> connection timed out, timeout 30<br>
>> 2011-12-01 17:50:04,291 WARNING nova.compute.manager [-] Error during<br>
>> power_state sync: QueuePool limit of size 10 overflow 10 reached,<br>
>> connection timed out, timeout 30<br>
>> 2011-12-01 17:51:04,292 INFO nova.compute.manager [-] Updating host status<br>
>> 2011-12-01 17:51:38,771 WARNING nova.compute.manager [-] Error during<br>
>> power_state sync: QueuePool limit of size 10 overflow 10 reached,<br>
>> connection timed out, timeout 30<br>
>> 2011-12-01 17:53:13,591 WARNING nova.compute.manager [-] Error during<br>
>> power_state sync: QueuePool limit of size 10 overflow 10 reached,<br>
>> connection timed out, timeout 30<br>
>> 2011-12-01 17:54:13,592 INFO nova.compute.manager [-] Updating host status<br>
>> 2011-12-01 17:54:48,022 WARNING nova.compute.manager [-] Error during<br>
>> power_state sync: QueuePool limit of size 10 overflow 10 reached,<br>
>> connection timed out, timeout 30<br>
>> 2011-12-01 17:56:23,211 WARNING nova.compute.manager [-] Error during<br>
>> power_state sync: QueuePool limit of size 10 overflow 10 reached,<br>
>> connection timed out, timeout 30<br>
>> 2011-12-01 17:57:23,221 INFO nova.compute.manager [-] Updating host status<br>
>> 2011-12-01 17:57:57,921 WARNING nova.compute.manager [-] Error during<br>
>> power_state sync: QueuePool limit of size 10 overflow 10 reached,<br>
>> connection timed out, timeout 30<br>
>> 2011-12-01 17:59:32,065 WARNING nova.compute.manager [-] Error during<br>
>> power_state sync: QueuePool limit of size 10 overflow 10 reached,<br>
>> connection timed out, timeout 30<br>
>> 2011-12-01 18:00:32,066 INFO nova.compute.manager [-] Updating host status<br>
>> 2011-12-01 18:01:06,801 WARNING nova.compute.manager [-] Error during<br>
>> power_state sync: QueuePool limit of size 10 overflow 10 reached,<br>
>> connection timed out, timeout 30<br>
>> 2011-12-01 18:02:41,632 WARNING nova.compute.manager [-] Error during<br>
>> power_state sync: QueuePool limit of size 10 overflow 10 reached,<br>
>> connection timed out, timeout 30<br>
>> 2011-12-01 18:03:41,632 INFO nova.compute.manager [-] Updating host status<br>
>> 2011-12-01 18:04:15,962 WARNING nova.compute.manager [-] Error during<br>
>> power_state sync: QueuePool limit of size 10 overflow 10 reached,<br>
>> connection timed out, timeout 30<br>
>><br>
>> _______________________________________________<br>
>> Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
>> Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
>> Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
>> More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
><br>
><br>
</blockquote></div>