]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
ignoring -X option in apache as it was causing s3test failures on the rpms.
authortamil <tamil.muthamizhan@inktank.com>
Thu, 10 Oct 2013 00:12:16 +0000 (17:12 -0700)
committertamil <tamil.muthamizhan@inktank.com>
Thu, 10 Oct 2013 00:12:16 +0000 (17:12 -0700)
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
teuthology/task/rgw.py

index fded6aa3d56bc9ab48113abd52b38537d218762f..756d081f9a6bc472500907a7699eb2afca8b58ef 100644 (file)
@@ -228,7 +228,7 @@ def start_apache(ctx, config):
                 'daemon-helper',
                 'kill',
                 apache_name,
-                '-X',
+    #            '-X',
                 '-f',
                 '{tdir}/apache/apache.{client}.conf'.format(tdir=testdir,
                                                             client=client),