OpenStack Storage (Swift)
f0eb25a973
When a syslog daemon fails and SysLogHandler cannot reconnect to it, server processes (proxy, container, object, and more) would start consuming 100 % CPU and stop responding to requests. It is because the server process go into an infinite loop if they fail to reconnect to /dev/log. This problem happens only when using unix_sockets. This change enables us to use syslog without unix_sockets and fixes bug 780025. Change-Id: Ibcc99a1a148b1008036146bf3bd079a9be24982c |
||
---|---|---|
bin | ||
doc | ||
etc | ||
locale | ||
swift | ||
test | ||
tools | ||
.coveragerc | ||
.functests | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.probetests | ||
.unittests | ||
AUTHORS | ||
babel.cfg | ||
CHANGELOG | ||
LICENSE | ||
MANIFEST.in | ||
README | ||
setup.cfg | ||
setup.py | ||
tox.ini |
Swift ----- A distributed object store that was originally developed as the basis for Rackspace's Cloud Files. To build documentation run `python setup.py build_sphinx`, and then browse to /doc/build/html/index.html. The best place to get started is the "SAIO - Swift All In One", which will walk you through setting up a development cluster of Swift in a VM. For more information, visit us at http://launchpad.net/swift, or come hang out on our IRC channel, #openstack on freenode. -- Swift Development Team