From: Sage Weil Date: Tue, 3 Sep 2013 18:09:39 +0000 (-0700) Subject: Revert "Use install -d for /var/log/ceph." X-Git-Tag: 1.1.0~1911 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4ba3d52018f8cfca8ec4da37b434643a203e9bfa;p=teuthology.git Revert "Use install -d for /var/log/ceph." This reverts commit 8f29b3f9f1f294c449bb5215767cad67fdf7cde6. Reviewed-by: Warren Usui --- diff --git a/teuthology/task/ceph.py b/teuthology/task/ceph.py index b571cb668..d89162618 100644 --- a/teuthology/task/ceph.py +++ b/teuthology/task/ceph.py @@ -108,7 +108,8 @@ def ceph_log(ctx, config): ctx.cluster.run( args=[ 'sudo', - 'install', '-d', '-m0755', '--', + 'chmod', + '777', '/var/log/ceph', ], wait=False,