From 57f248f55f40126e717c1f2079b304bdc64e3250 Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Mon, 29 Apr 2024 16:40:12 +0100 Subject: [PATCH] OCPBUGS-33091: Only place the VM storage pools on small second disks (#51453) * Test access to API during devscripts-gather devscripts gather has access to the API without going through the proxy. * Only place the VM storage pools on small second disks If the disk on a virt hosts are less then 200G then it can't store both the VM storage pools and the image registry. --- .../baremetalds-devscripts-gather-commands.sh | 3 +++ .../setup/baremetalds-devscripts-setup-commands.sh | 13 +++++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ci-operator/step-registry/baremetalds/devscripts/gather/baremetalds-devscripts-gather-commands.sh b/ci-operator/step-registry/baremetalds/devscripts/gather/baremetalds-devscripts-gather-commands.sh index 0a33525a67f7..336ddf82e064 100644 --- a/ci-operator/step-registry/baremetalds/devscripts/gather/baremetalds-devscripts-gather-commands.sh +++ b/ci-operator/step-registry/baremetalds/devscripts/gather/baremetalds-devscripts-gather-commands.sh @@ -27,6 +27,9 @@ echo "### Gathering logs..." timeout -s 9 15m ssh "${SSHOPTS[@]}" "root@${IP}" bash - <