]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: sudo
authorSage Weil <sage@inktank.com>
Mon, 18 Feb 2013 20:14:14 +0000 (12:14 -0800)
committerSage Weil <sage@inktank.com>
Mon, 18 Feb 2013 21:39:06 +0000 (13:39 -0800)
Signed-off-by: Sage Weil <sage@inktank.com>
teuthology/task/rgw.py

index 4021c8bd89f33383720e1b9fc90d8686e45c3fbf..5b2f3be3acb8f88cb2c9788c2a167f79294fba10 100644 (file)
@@ -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),