Comment 18 for bug 1101404

Revision history for this message
Francois Deppierraz (francois-ctrlaltdel) wrote : Re: nova syslog logging to /dev/log race condition in python 2.6

I've experienced the same problem on an ubuntu 14.04 server running openstack icehouse.

Steps to reproduce:

# service rsyslogd restart

# top
 3736 nova 20 0 298632 105264 3848 R 100.0 0.3 12:45.94 nova-api
10812 glance 20 0 142844 45968 2388 R 100.0 0.1 3:34.85 glance-api
 3737 nova 20 0 301860 108532 3880 R 99.8 0.3 3:32.82 nova-api
[...]

Please note that the default python version is 2.7:

# python -V
Python 2.7.6