ceph: ugh fix syntax

Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 1922c61bbf)
This commit is contained in:
Sage Weil 2015-02-25 11:37:44 -08:00
parent fea2e22774
commit 55c11a3b41

View File

@ -776,7 +776,7 @@ def cluster(ctx, config):
remote.run(args=[
'sudo',
run.Raw('PATH=/usr/sbin:$PATH'),
'lsof'
'lsof',
run.Raw(';'),
'ps', 'auxf',
])