From d1501b4876c5b881e05aa4fa1473395bc8cf5f25 Mon Sep 17 00:00:00 2001 From: Gunjan Vyas Date: Thu, 23 Jan 2025 10:08:56 +0530 Subject: [PATCH] debug changes --- ci_microshift.sh | 1 + createdisk.sh | 34 +++++++++++++++++++--------------- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/ci_microshift.sh b/ci_microshift.sh index c486f189..2ac726b5 100755 --- a/ci_microshift.sh +++ b/ci_microshift.sh @@ -10,6 +10,7 @@ sudo yum install -y make golang # Set the zstd compression level to 10 to have faster # compression while keeping a reasonable bundle size. export CRC_ZSTD_EXTRA_FLAGS="-10" + ./createdisk.sh crc-tmp-install-data # Delete the crc domain which created by snc so it can created diff --git a/createdisk.sh b/createdisk.sh index 55ceb778..d7cd4db8 100755 --- a/createdisk.sh +++ b/createdisk.sh @@ -101,6 +101,7 @@ fi # this mac address is used to allocate a specific IP to the VM # when tap device is in use. ${SSH} core@${VM_IP} 'sudo bash -x -s' <