]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph: fix ps axuf lsof line
authorSage Weil <sage@redhat.com>
Wed, 25 Feb 2015 19:05:13 +0000 (11:05 -0800)
committerSage Weil <sage@redhat.com>
Wed, 25 Feb 2015 19:05:42 +0000 (11:05 -0800)
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 18307be0ca97f7221d6202884f8a68a4b26c1dbf)

tasks/ceph.py

index 8998091168da34ddab1cd1adf23b75f30aeb2b74..6d67f86bf5422644c0368a769f28b1ccb0445c79 100644 (file)
@@ -776,9 +776,9 @@ def cluster(ctx, config):
                     remote.run(args=[
                             'sudo',
                             run.Raw('PATH=/usr/sbin:$PATH'),
-                            'ps', 'auxf',
-                            run.Raw(';'),
                             'lsof'
+                            run.Raw(';'),
+                            'ps', 'auxf',
                             ])
                     raise e