From: Sage Weil Date: Wed, 25 Feb 2015 19:05:13 +0000 (-0800) Subject: ceph: fix ps axuf lsof line X-Git-Tag: v0.94.10~27^2^2~165 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5be8b8ef1767529015ed30dee5582ad71d53d0a3;p=ceph.git ceph: fix ps axuf lsof line Signed-off-by: Sage Weil (cherry picked from commit 18307be0ca97f7221d6202884f8a68a4b26c1dbf) --- diff --git a/tasks/ceph.py b/tasks/ceph.py index 8998091168da..6d67f86bf542 100644 --- a/tasks/ceph.py +++ b/tasks/ceph.py @@ -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