From 1ee621683aaec819fb5a7c12e56e8fdd87406481 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 24 Feb 2015 06:59:16 -0800 Subject: [PATCH] ceph: ps axf too before lsof Specifically, I want to know *who* is running the ceph-osd that is holding the files open. Signed-off-by: Sage Weil (cherry picked from commit a68281e1476e6af38237e1d1031dd7bd0980ef9f) --- tasks/ceph.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/ceph.py b/tasks/ceph.py index afc32140f32fa..8998091168da3 100644 --- a/tasks/ceph.py +++ b/tasks/ceph.py @@ -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 -- 2.39.5