mirror of
https://github.com/ceph/ceph
synced 2025-02-20 17:37:29 +00:00
Merge pull request #342 from ceph/wip-psauxf
ceph: ps axf too before lsof
This commit is contained in:
commit
a8adf1838f
@ -776,6 +776,8 @@ def cluster(ctx, config):
|
||||
remote.run(args=[
|
||||
'sudo',
|
||||
run.Raw('PATH=/usr/sbin:$PATH'),
|
||||
'ps', 'auxf',
|
||||
run.Raw(';'),
|
||||
'lsof'
|
||||
])
|
||||
raise e
|
||||
|
Loading…
Reference in New Issue
Block a user