← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1237961] Re: nova services don't diagnose address already in use details

 

** Changed in: nova
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1237961

Title:
  nova services don't diagnose address already in use details

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  There is no mention of port number in the very common case where the port is already in use.
  You will just get a trace like:

  CRITICAL nova [-] [Errno 98] Address already in use
  TRACE nova Traceback (most recent call last):
  TRACE nova File "/usr/bin/nova-api-metadata", line 10, in <module>
  TRACE nova sys.exit(main())
  TRACE nova File "/usr/lib/python2.6/site-packages/nova/cmd/api_metadata.py", line 33, in main
  TRACE nova server = service.WSGIService('metadata')
  TRACE nova File "/usr/lib/python2.6/site-packages/nova/service.py", line 318, in __init__
  TRACE nova max_url_len=max_url_len)
  TRACE nova File "/usr/lib/python2.6/site-packages/nova/wsgi.py", line 123, in __init__
  TRACE nova self._socket = eventlet.listen(bind_addr, family, backlog=backlog)
  TRACE nova File "/usr/lib/python2.6/site-packages/eventlet/convenience.py", line 38, in listen
  TRACE nova sock.bind(addr)
  TRACE nova File "<string>", line 1, in bind
  TRACE nova error: [Errno 98] Address already in use

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