mirror of
https://github.com/ceph/ceph
synced 2025-02-21 01:47:25 +00:00
Merge pull request #84 from ceph/wip-buck-daemon-helper
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
This commit is contained in:
commit
9f989c7f19
@ -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',
|
||||
|
@ -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'
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user