From e88c0fc81ad8f59ea755dd219ae7065ab67c10cd Mon Sep 17 00:00:00 2001 From: Sam Lang Date: Fri, 14 Dec 2012 07:10:39 -1000 Subject: [PATCH] task/ceph-fuse: chmod root to 1777 Signed-off-by: Sam Lang --- teuthology/task/ceph-fuse.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/task/ceph-fuse.py b/teuthology/task/ceph-fuse.py index 0d5df5d9d3cb6..abcc964e5df2f 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 -- 2.39.5