From 2f69fac67401a7007d2af58256fccf3077173f25 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Thu, 28 Nov 2024 14:52:15 +0000 Subject: [PATCH] Add logs created when clusterapi create fails This directory has a status dump written out by the functional test in the ops repo if the test should fail to create a cluster. Change-Id: I47d48ac6174d8689b2da77ff59db0aecfb71f259 --- scripts/log-collect.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/log-collect.sh b/scripts/log-collect.sh index 2c3fbd0ab0..25d0d49fa3 100755 --- a/scripts/log-collect.sh +++ b/scripts/log-collect.sh @@ -39,6 +39,7 @@ export RSYNC_CMD="rsync --archive --copy-links --ignore-errors --quiet --no-perm COMMON_ETC_LOG_NAMES="apt \ apache2 \ auditd \ + clusterapi \ corosync \ ceph \ dnf \