From 6a2dd66d6bbb0439c6d7665b74e6dd48d7bc8dc9 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 22 Oct 2013 14:36:35 -0700 Subject: [PATCH] rgw: revert to -X for apache2 -DNO_DETACH doesn't seem to work. Signed-off-by: Sage Weil --- teuthology/task/rgw.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/teuthology/task/rgw.py b/teuthology/task/rgw.py index afec130b77..fded6aa3d5 100644 --- a/teuthology/task/rgw.py +++ b/teuthology/task/rgw.py @@ -228,8 +228,7 @@ def start_apache(ctx, config): 'daemon-helper', 'kill', apache_name, - # '-X', - '-DNO_DETACH', + '-X', '-f', '{tdir}/apache/apache.{client}.conf'.format(tdir=testdir, client=client), -- 2.39.5