Using a small number of max entries is only needed for one test, so
make it configurable. Setting it too low makes s3tests fail.
Fixes http://tracker.ceph.com/issues/7742
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
'--source', "http://{addr}:{port}".format(addr=src_host, port=src_port),
'--dest-access-key', dest_access,
'--dest-secret-key', dest_secret,
- '--max-entries', '10',
+ '--max-entries', cconf.get('max-entries', '1000'),
'--log-file', '{tdir}/archive/rgw_sync_agent.{client}.log'.format(
tdir=testdir,
client=client),