]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Adding in erroneously removed args
authorJoe Buck <jbbuck@gmail.com>
Mon, 9 Sep 2013 19:07:29 +0000 (12:07 -0700)
committerJoe Buck <jbbuck@gmail.com>
Mon, 9 Sep 2013 19:37:05 +0000 (12:37 -0700)
The 'kill' argument was accidentially removed
as part of patch
53b8e27da996f2efdcc4eb687f3bda0791a8d947

Signed-off-by: Joe Buck <jbbuck@gmail.com>
teuthology/task/radosgw-agent.py
teuthology/task/watch_notify_stress.py

index d50e94e692448b6b7d0856a5c1ae21b508b20be0..014a1b1441349077b6ca60f452839a9dd14eb33f 100644 (file)
@@ -75,6 +75,7 @@ def run_radosgw_agent(ctx, config):
         daemon_name = '{host}.{port}.syncdaemon'.format(host=remote.name, port=port)
         in_args=[
                        'daemon-helper',
+                       'kill',
                        '{tdir}/radosgw-agent.{client}/radosgw-agent'.format(tdir=testdir,
                                                                             client=client),
                        '-v',
index 78c5c85ce15109c9a3c7df30295043dd01e2df67..129ac1e555ff4bde9c19efabf4ec6a6153d0d61a 100644 (file)
@@ -45,6 +45,7 @@ def task(ctx, config):
         args =['CEPH_CLIENT_ID={id_}'.format(id_=id_),
                'CEPH_ARGS="{flags}"'.format(flags=config.get('flags', '')),
                'daemon-helper',
+               'kill',
                'multi_stress_watch foo foo'
                ]