From: Zack Cerza Date: Mon, 17 Mar 2014 18:54:52 +0000 (-0500) Subject: Pass '--object-sync-timeout 30' to radosgw-agent X-Git-Tag: v0.94.10~27^2^2~364^2~296^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ef2edcd3a96a2118d793b7a102688f60fa100f52;p=ceph.git Pass '--object-sync-timeout 30' to radosgw-agent http://tracker.ceph.com/issues/7749 Signed-off-by: Zack Cerza --- diff --git a/teuthology/task/radosgw-agent.py b/teuthology/task/radosgw-agent.py index 1d8bdec9309d..28f624584133 100644 --- a/teuthology/task/radosgw-agent.py +++ b/teuthology/task/radosgw-agent.py @@ -91,6 +91,7 @@ def run_radosgw_agent(ctx, config): '--log-file', '{tdir}/archive/rgw_sync_agent.{client}.log'.format( tdir=testdir, client=client), + '--object-sync-timeout', '30', ] if cconf.get('metadata-only', False): @@ -103,7 +104,7 @@ def run_radosgw_agent(ctx, config): in_args.append('--test-server-port') in_args.append(str(port)) log.debug('Starting a sync test server on {client}'.format(client=client)) - # Stash the radosgw-agent server / port # for use by subsequent tasks + # Stash the radosgw-agent server / port # for use by subsequent tasks ctx.radosgw_agent.endpoint = (client, str(port)) else: in_args.append('--sync-scope')