From: Sage Weil Date: Sun, 17 Feb 2013 17:59:04 +0000 (-0800) Subject: ceph-fuse: sudo X-Git-Tag: v0.94.10~27^2^2~364^2~1022^2~13 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=969a6def3b971a446186860f7b80ec4925848e24;p=ceph.git ceph-fuse: sudo Signed-off-by: Sage Weil --- diff --git a/teuthology/task/ceph-fuse.py b/teuthology/task/ceph-fuse.py index 1bb4b512ccb..e9900306251 100644 --- a/teuthology/task/ceph-fuse.py +++ b/teuthology/task/ceph-fuse.py @@ -85,6 +85,7 @@ def task(ctx, config): ) run_cmd=[ + 'sudo', '{tdir}/enable-coredump'.format(tdir=testdir), 'ceph-coverage', '{tdir}/archive/coverage'.format(tdir=testdir), @@ -136,6 +137,7 @@ def task(ctx, config): try: remote.run( args=[ + 'sudo', 'fusermount', '-u', mnt,