]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Pass '--object-sync-timeout 30' to radosgw-agent 227/head
authorZack Cerza <zack@cerza.org>
Mon, 17 Mar 2014 18:54:52 +0000 (13:54 -0500)
committerZack Cerza <zack@cerza.org>
Mon, 17 Mar 2014 19:00:08 +0000 (14:00 -0500)
http://tracker.ceph.com/issues/7749

Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
teuthology/task/radosgw-agent.py

index 1d8bdec9309db291d0854ccb8cd5bba716c3ff40..28f6245841338709e263746d35efe7e8f6bdd257 100644 (file)
@@ -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')