]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-fuse: sudo
authorSage Weil <sage@inktank.com>
Sun, 17 Feb 2013 17:59:04 +0000 (09:59 -0800)
committerSage Weil <sage@inktank.com>
Mon, 18 Feb 2013 21:39:05 +0000 (13:39 -0800)
Signed-off-by: Sage Weil <sage@inktank.com>
teuthology/task/ceph-fuse.py

index 1bb4b512ccb6075e2181de89fca800cbfd624aa6..e9900306251d4bc1b17fa612c35bc4b3868c7419 100644 (file)
@@ -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,