From 1922c61bbf1165e23650e74767ac4d5f63becdbc Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 25 Feb 2015 11:37:44 -0800 Subject: [PATCH] ceph: ugh fix syntax Signed-off-by: Sage Weil --- tasks/ceph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/ceph.py b/tasks/ceph.py index 6d67f86bf5422..6de4702916929 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', ]) -- 2.39.5