Quantum Server Randomly Shut Down in Grizzly

Asked by Kevin-Yang

recently we upgraded to Grizzly for Quantum and noticed that the Quantum service randomly disappeared sometimes, which is running as a backend service by using command "quantum-server --conf_dir ... --conf_file... &". We did not have this issue for folsom version.

Question information

Language:
English Edit question
Status:
Answered
For:
neutron Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
yong sheng gong (gongysh) said :
#1

hi, can u paste out log file?

Revision history for this message
Kevin-Yang (benbenzhuforever) said :
#2

the log i got from my test team is ->
...
[05/19/2013 09:05:54 CEST]quantumCRITICAL : [Errno 5] Input/output error
Traceback (most recent call last):
  File "/usr/bin/quantum-server", line 27, in <module>
    server()
  File "/usr/lib/python2.6/site-packages/quantum/server/__init__.py", line 41, in main
    quantum_service.wait()
  File "/usr/lib/python2.6/site-packages/quantum/service.py", line 72, in wait
    self.wsgi_app.wait()
  File "/usr/lib/python2.6/site-packages/quantum/wsgi.py", line 97, in wait
    self.pool.waitall()
  File "/usr/lib/python2.6/site-packages/eventlet/greenpool.py", line 117, in waitall
    self.no_coros_running.wait()
  File "/usr/lib/python2.6/site-packages/eventlet/event.py", line 116, in wait
    return hubs.get_hub().switch()
  File "/usr/lib/python2.6/site-packages/eventlet/hubs/hub.py", line 177, in switch
    return self.greenlet.switch()
  File "/usr/lib/python2.6/site-packages/eventlet/hubs/hub.py", line 216, in run
    self.fire_timers(self.clock())
  File "/usr/lib/python2.6/site-packages/eventlet/hubs/hub.py", line 340, in fire_timers
    self.squelch_timer_exception(timer, sys.exc_info())
  File "/usr/lib/python2.6/site-packages/eventlet/hubs/hub.py", line 264, in squelch_timer_exception
    traceback.print_exception(*exc_info)
  File "/usr/lib64/python2.6/traceback.py", line 124, in print_exception
    _print(file, 'Traceback (most recent call last):')
  File "/usr/lib64/python2.6/traceback.py", line 13, in _print
    file.write(str+terminator)
IOError: [Errno 5] Input/output error
...

Revision history for this message
Kevin-Yang (benbenzhuforever) said :
#3

the log i got from my test team is ->
...
[05/19/2013 09:05:54 CEST]quantumCRITICAL : [Errno 5] Input/output error
Traceback (most recent call last):
  File "/usr/bin/quantum-server", line 27, in <module>
    server()
  File "/usr/lib/python2.6/site-packages/quantum/server/__init__.py", line 41, in main
    quantum_service.wait()
  File "/usr/lib/python2.6/site-packages/quantum/service.py", line 72, in wait
    self.wsgi_app.wait()
  File "/usr/lib/python2.6/site-packages/quantum/wsgi.py", line 97, in wait
    self.pool.waitall()
  File "/usr/lib/python2.6/site-packages/eventlet/greenpool.py", line 117, in waitall
    self.no_coros_running.wait()
  File "/usr/lib/python2.6/site-packages/eventlet/event.py", line 116, in wait
    return hubs.get_hub().switch()
  File "/usr/lib/python2.6/site-packages/eventlet/hubs/hub.py", line 177, in switch
    return self.greenlet.switch()
  File "/usr/lib/python2.6/site-packages/eventlet/hubs/hub.py", line 216, in run
    self.fire_timers(self.clock())
  File "/usr/lib/python2.6/site-packages/eventlet/hubs/hub.py", line 340, in fire_timers
    self.squelch_timer_exception(timer, sys.exc_info())
  File "/usr/lib/python2.6/site-packages/eventlet/hubs/hub.py", line 264, in squelch_timer_exception
    traceback.print_exception(*exc_info)
  File "/usr/lib64/python2.6/traceback.py", line 124, in print_exception
    _print(file, 'Traceback (most recent call last):')
  File "/usr/lib64/python2.6/traceback.py", line 13, in _print
    file.write(str+terminator)
IOError: [Errno 5] Input/output error
...

Revision history for this message
yong sheng gong (gongysh) said :
#4

check the disk available size?
or use a screen to run it so that the process will have a terminal.
and can u give me the quantum.conf file?

Can you help with this problem?

Provide an answer of your own, or ask Kevin-Yang for more information if necessary.

To post a message you must log in.