Merge pull request #84 from ceph/wip-buck-daemon-helper

Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
This commit is contained in:
Josh Durgin 2013-09-09 12:45:48 -07:00
commit 9f989c7f19
2 changed files with 2 additions and 0 deletions

View 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',

View 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'
]