From 2a344c10791759027b2e05bb6a5363d263362a01 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 18 Feb 2013 12:14:14 -0800 Subject: [PATCH] rgw: sudo Signed-off-by: Sage Weil --- teuthology/task/rgw.py | 1 + 1 file changed, 1 insertion(+) 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), -- 2.39.5