From 969a6def3b971a446186860f7b80ec4925848e24 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 17 Feb 2013 09:59:04 -0800 Subject: [PATCH] ceph-fuse: sudo Signed-off-by: Sage Weil --- teuthology/task/ceph-fuse.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/teuthology/task/ceph-fuse.py b/teuthology/task/ceph-fuse.py index 1bb4b512ccb60..e9900306251d4 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, -- 2.39.5