Merge pull request #342 from ceph/wip-psauxf

ceph: ps axf too before lsof
This commit is contained in:
Sage Weil 2015-02-24 07:00:07 -08:00
commit a8adf1838f

View File

@ -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