From: Sage Weil Date: Wed, 25 Feb 2015 19:37:44 +0000 (-0800) Subject: ceph: ugh fix syntax X-Git-Tag: v0.94.10~27^2^2~163 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=55c11a3b41d3bc1358cf93ec883704edd2f2d587;p=ceph.git ceph: ugh fix syntax Signed-off-by: Sage Weil (cherry picked from commit 1922c61bbf1165e23650e74767ac4d5f63becdbc) --- diff --git a/tasks/ceph.py b/tasks/ceph.py index 6d67f86bf542..6de470291692 100644 --- a/tasks/ceph.py +++ b/tasks/ceph.py @@ -776,7 +776,7 @@ def cluster(ctx, config): remote.run(args=[ 'sudo', run.Raw('PATH=/usr/sbin:$PATH'), - 'lsof' + 'lsof', run.Raw(';'), 'ps', 'auxf', ])