From: Sam Lang Date: Fri, 14 Dec 2012 17:10:39 +0000 (-1000) Subject: task/ceph-fuse: chmod root to 1777 X-Git-Tag: 1.1.0~2383 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e88c0fc81ad8f59ea755dd219ae7065ab67c10cd;p=teuthology.git task/ceph-fuse: chmod root to 1777 Signed-off-by: Sam Lang --- diff --git a/teuthology/task/ceph-fuse.py b/teuthology/task/ceph-fuse.py index 0d5df5d9d..abcc964e5 100644 --- a/teuthology/task/ceph-fuse.py +++ b/teuthology/task/ceph-fuse.py @@ -119,6 +119,7 @@ def task(ctx, config): fuse=fuse_daemons[id_], mountpoint=mnt, ) + remote.run(args=['sudo', 'chmod', '1777', '/tmp/cephtest/mnt.{id}'.format(id=id_)],) try: yield