From 7b889797c3b494df6abf411443045a18da6cc8a3 Mon Sep 17 00:00:00 2001 From: tamil Date: Wed, 9 Oct 2013 17:12:16 -0700 Subject: [PATCH] ignoring -X option in apache as it was causing s3test failures on the rpms. Signed-off-by: tamil --- teuthology/task/rgw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/rgw.py b/teuthology/task/rgw.py index fded6aa3d56bc..756d081f9a6bc 100644 --- a/teuthology/task/rgw.py +++ b/teuthology/task/rgw.py @@ -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), -- 2.39.5