From 5be8b8ef1767529015ed30dee5582ad71d53d0a3 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 25 Feb 2015 11:05:13 -0800 Subject: [PATCH] ceph: fix ps axuf lsof line Signed-off-by: Sage Weil (cherry picked from commit 18307be0ca97f7221d6202884f8a68a4b26c1dbf) --- tasks/ceph.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/ceph.py b/tasks/ceph.py index 8998091168da3..6d67f86bf5422 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 -- 2.39.5