]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
replacing -X option with -DNO_DETACH to ensure the
authortamil <tamil@tamil-VirtualBox.(none)>
Thu, 17 Oct 2013 00:14:49 +0000 (17:14 -0700)
committertamil <tamil@tamil-VirtualBox.(none)>
Thu, 17 Oct 2013 00:14:49 +0000 (17:14 -0700)
apache process is detached at the end of run.

Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
teuthology/task/rgw.py

index 756d081f9a6bc472500907a7699eb2afca8b58ef..afec130b7703860a6c34db1f1935420347a8b0fc 100644 (file)
@@ -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),