mirror of
https://github.com/ceph/ceph
synced 2025-02-15 14:58:01 +00:00
replacing -X option with -DNO_DETACH to ensure the
apache process is detached at the end of run. Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
This commit is contained in:
parent
4bd31c3e82
commit
01ce92c497
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user