]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
radosgw-agent: get verbose logs from the agent
authorJosh Durgin <josh.durgin@inktank.com>
Fri, 2 Aug 2013 01:56:48 +0000 (18:56 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Fri, 2 Aug 2013 02:12:03 +0000 (19:12 -0700)
This makes it a lot easier to debug.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
teuthology/task/radosgw-agent.py

index 401c3c2e336f02b724aae506901213321f1af9c8..62e6025672ff6a9fdd16dcbd44275cd546b97089 100644 (file)
@@ -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,