From: Sebastian Wagner Date: Wed, 1 Jul 2020 09:03:20 +0000 (+0200) Subject: qa/cephadm: Also fetch iscsi logs X-Git-Tag: v15.2.9~122^2~44^2~28 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d96c7da92b85087b665d0de67b5c6d464efe2362;p=ceph.git qa/cephadm: Also fetch iscsi logs Signed-off-by: Sebastian Wagner (cherry picked from commit 130c7a438ec4201638bb182e026cc359d1a4cbd9) --- diff --git a/qa/tasks/cephadm.py b/qa/tasks/cephadm.py index d51c9cdfd84f..125d4f3cdb93 100644 --- a/qa/tasks/cephadm.py +++ b/qa/tasks/cephadm.py @@ -236,6 +236,7 @@ def ceph_log(ctx, config): 'sudo', 'find', '/var/log/ceph', # all logs, not just for the cluster + '/var/log/rbd-target-api', # ceph-iscsi '-name', '*.log', '-print0',