Hi, everyone,
  I am facing the timeout exception on nodepool, when launching nodes with a 
ready state image.
--------------------------------------------------------
ERROR nodepool.NodeLauncher: Exception launching node id: 7 in provider: 
local_01 error:
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/nodepool/nodepool.py", line 409, 
in _run
    dt = self.launchNode(session)
  File "/usr/local/lib/python2.7/dist-packages/nodepool/nodepool.py", line 472, 
in launchNode
    server = self.manager.waitForServer(server_id, self.launch_timeout)
  File "/usr/local/lib/python2.7/dist-packages/nodepool/provider_manager.py", 
line 458, in waitForServer
    return self._waitForResource('server', server_id, timeout)
  File "/usr/local/lib/python2.7/dist-packages/nodepool/provider_manager.py", 
line 429, in _waitForResource
    self.provider.name)):
  File "/usr/local/lib/python2.7/dist-packages/nodepool/nodeutils.py", line 42, 
in iterate_timeout
    raise Exception("Timeout waiting for %s" % purpose)
Exception: Timeout waiting for server d7150309-0a33-4338-b4e8-268c719f785b in 
local_01
--------------------------------------------------------

I am not sure whether this error is associated with the WARNING message which 
was throwed before this exception.
--------------------------------------------------------
WARNING requests.packages.urllib3.connectionpool: Connection pool is full, 
discarding connection: 10.xx.xx.xx
--------------------------------------------------------

Could someone tell me how to work it out?
Thanks in advance.

Xiexs
__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: [email protected]?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to