From 8f29b3f9f1f294c449bb5215767cad67fdf7cde6 Mon Sep 17 00:00:00 2001 From: Warren Usui Date: Tue, 11 Jun 2013 16:50:09 -0700 Subject: [PATCH] Use install -d for /var/log/ceph. Additional fix needed for #4946 Signed-off-by: Warren Usui --- teuthology/task/ceph.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/teuthology/task/ceph.py b/teuthology/task/ceph.py index dfa1eafdcf37c..f8c292d0e7f62 100644 --- a/teuthology/task/ceph.py +++ b/teuthology/task/ceph.py @@ -104,8 +104,7 @@ def ceph_log(ctx, config): ctx.cluster.run( args=[ 'sudo', - 'chmod', - '777', + 'install', '-d', '-m0755', '--', '/var/log/ceph', ], wait=False, -- 2.39.5