'--log-file', '{tdir}/archive/rgw_sync_agent.{client}.log'.format(
tdir=testdir,
client=client),
+ '--object-sync-timeout', '30',
]
if cconf.get('metadata-only', False):
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')