]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
Use worker httpd instead of prefork (like ubuntu) on rpm distros.
authorSandon Van Ness <sandon@inktank.com>
Fri, 25 Oct 2013 20:14:21 +0000 (13:14 -0700)
committerSandon Van Ness <sandon@inktank.com>
Fri, 25 Oct 2013 20:23:10 +0000 (13:23 -0700)
commit6dbb11db9c5282e4f9b468680b0906874810a156
treed96ceb13fb69049e5eebf719b3e63c55586b339d
parent6a2dd66d6bbb0439c6d7665b74e6dd48d7bc8dc9
Use worker httpd instead of prefork (like ubuntu) on rpm distros.

Ubuntu's default apache uses worker instead of prefork like rpm
based distro's. If rpm use httpd.worker instead of httpd so that
the -X behavior will not be blocked by a single request.

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
teuthology/task/rgw.py