mirror of
https://github.com/ceph/ceph
synced 2025-02-21 01:47:25 +00:00
ceph: ugh fix syntax
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 1922c61bbf
)
This commit is contained in:
parent
fea2e22774
commit
55c11a3b41
@ -776,7 +776,7 @@ def cluster(ctx, config):
|
||||
remote.run(args=[
|
||||
'sudo',
|
||||
run.Raw('PATH=/usr/sbin:$PATH'),
|
||||
'lsof'
|
||||
'lsof',
|
||||
run.Raw(';'),
|
||||
'ps', 'auxf',
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user