From 1787a72ef09ea54a237c204d3edf99b8e4f34c23 Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Thu, 1 Aug 2013 18:56:48 -0700 Subject: [PATCH] radosgw-agent: get verbose logs from the agent This makes it a lot easier to debug. Signed-off-by: Josh Durgin --- teuthology/task/radosgw-agent.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/task/radosgw-agent.py b/teuthology/task/radosgw-agent.py index 401c3c2e33..62e6025672 100644 --- a/teuthology/task/radosgw-agent.py +++ b/teuthology/task/radosgw-agent.py @@ -50,6 +50,7 @@ def run_radosgw_agent(ctx, client, config): '{tdir}/daemon-helper'.format(tdir=testdir), 'kill', '{tdir}/radosgw-agent.{client}/radosgw-agent'.format(tdir=testdir, client=client), + '-v', '--src-access-key', src_access, '--src-secret-key', src_secret, '--src-host', src_host, -- 2.39.5