From 1d62baf10712325b0e49ea1a3a6f15c16b1a2e2f Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 21 Feb 2013 12:34:53 -0800 Subject: [PATCH] ceph: fix /var/log/ceph chown/cmod typo Signed-off-by: Sage Weil --- teuthology/task/ceph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/ceph.py b/teuthology/task/ceph.py index 4fdca4528486..2d12d7269f11 100644 --- a/teuthology/task/ceph.py +++ b/teuthology/task/ceph.py @@ -85,7 +85,7 @@ def ceph_log(ctx, config): ctx.cluster.run( args=[ 'sudo', - 'chown', + 'chmod', '777', '/var/log/ceph', ], -- 2.47.3