From 4ba3d52018f8cfca8ec4da37b434643a203e9bfa Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 3 Sep 2013 11:09:39 -0700 Subject: [PATCH] Revert "Use install -d for /var/log/ceph." This reverts commit 8f29b3f9f1f294c449bb5215767cad67fdf7cde6. Reviewed-by: Warren Usui --- teuthology/task/ceph.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/teuthology/task/ceph.py b/teuthology/task/ceph.py index b571cb668b1d8..d89162618b8d9 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, -- 2.39.5