From: Sage Weil Date: Mon, 18 Feb 2013 20:14:14 +0000 (-0800) Subject: rgw: sudo X-Git-Tag: 1.1.0~2312^2~8 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=2a344c10791759027b2e05bb6a5363d263362a01;p=teuthology.git rgw: sudo Signed-off-by: Sage Weil --- diff --git a/teuthology/task/rgw.py b/teuthology/task/rgw.py index 4021c8bd89..5b2f3be3ac 100644 --- a/teuthology/task/rgw.py +++ b/teuthology/task/rgw.py @@ -110,6 +110,7 @@ def start_rgw(ctx, config): log.info("rgw %s config is %s", client, client_config) run_cmd=[ + 'sudo', '{tdir}/enable-coredump'.format(tdir=testdir), 'ceph-coverage', '{tdir}/archive/coverage'.format(tdir=testdir),