]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph: fix /var/log/ceph chown/cmod typo
authorSage Weil <sage@inktank.com>
Thu, 21 Feb 2013 20:34:53 +0000 (12:34 -0800)
committerSage Weil <sage@inktank.com>
Thu, 21 Feb 2013 20:35:55 +0000 (12:35 -0800)
Signed-off-by: Sage Weil <sage@inktank.com>
teuthology/task/ceph.py

index 4fdca4528486c7862ca2690f0ff628589e77c01c..2d12d7269f11a4860fe054da23aa894f33e0cf26 100644 (file)
@@ -85,7 +85,7 @@ def ceph_log(ctx, config):
         ctx.cluster.run(
             args=[
                 'sudo',
-                'chown',
+                'chmod',
                 '777',
                 '/var/log/ceph',
                 ],