[Bug 1144108] Re: Unable to create instances due to QueuePool limit

Chuck Short chuck.short at canonical.com
Mon Mar 4 18:22:53 UTC 2013


This is due sqlalchemy not closing your sessions to your database
properly, can you try adjusting the following settings:

DEFINE_integer('sql_pool_timeout', 30,
'seconds to wait for connection from pool before erroring')
DEFINE_integer('sql_min_pool_size', 30,
'minimum number of SQL connections to pool')
DEFINE_integer('sql_max_pool_size', 30,
'maximum number of SQL connections to pool') 

** Changed in: nova (Ubuntu)
   Importance: Undecided => Low

** Changed in: nova (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1144108

Title:
  Unable to create instances due to QueuePool limit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1144108/+subscriptions



More information about the Ubuntu-server-bugs mailing list