]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
task/ceph-fuse: chmod root to 1777
authorSam Lang <sam.lang@inktank.com>
Fri, 14 Dec 2012 17:10:39 +0000 (07:10 -1000)
committerSam Lang <sam.lang@inktank.com>
Tue, 8 Jan 2013 15:33:01 +0000 (09:33 -0600)
Signed-off-by: Sam Lang <sam.lang@inktank.com>
teuthology/task/ceph-fuse.py

index 0d5df5d9d3cb6fce084ec4798a7e56db180daa9d..abcc964e5df2f4b611be6b45b4000fd35d932749 100644 (file)
@@ -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