From: Sebastian Wagner Date: Wed, 1 Jul 2020 09:03:20 +0000 (+0200) Subject: qa/cephadm: Also fetch iscsi logs X-Git-Tag: v16.1.0~1116^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=130c7a438ec4201638bb182e026cc359d1a4cbd9;p=ceph.git qa/cephadm: Also fetch iscsi logs Signed-off-by: Sebastian Wagner --- diff --git a/qa/tasks/cephadm.py b/qa/tasks/cephadm.py index 84162ac87a97..d08cdb314589 100644 --- a/qa/tasks/cephadm.py +++ b/qa/tasks/cephadm.py @@ -234,6 +234,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',