From 01ce92c49749f451e5e220994d86792f2b91c290 Mon Sep 17 00:00:00 2001 From: tamil Date: Wed, 16 Oct 2013 17:14:49 -0700 Subject: [PATCH] replacing -X option with -DNO_DETACH to ensure the apache process is detached at the end of run. Signed-off-by: tamil --- teuthology/task/rgw.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/task/rgw.py b/teuthology/task/rgw.py index 756d081f9a6bc..afec130b77038 100644 --- a/teuthology/task/rgw.py +++ b/teuthology/task/rgw.py @@ -229,6 +229,7 @@ def start_apache(ctx, config): 'kill', apache_name, # '-X', + '-DNO_DETACH', '-f', '{tdir}/apache/apache.{client}.conf'.format(tdir=testdir, client=client), -- 2.39.5