Skip to content

Commit 825e778

Browse files
OSAC: use pruned vmaas snapshot to fix e2e disk pressure (#79304)
* OSAC: use pruned vmaas snapshot to fix e2e disk pressure The osac-vmaas snapshot accumulated ~30 stale OLM catalog index images (~42GB), leaving the disk at 85-86% usage on boot. This triggered kubelet DiskPressure, preventing pod scheduling during the refresh step and causing ~60% of e2e-vmaas runs to fail. The pruned snapshot boots at 54% disk usage with no disk pressure. * fix boot command to use pruned flavor name The cluster-tool pull registers the flavor with the image tag name. Update the boot command to match the new tag.
1 parent 82325a3 commit 825e778

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ci-operator/step-registry/osac-project/cluster-tool/boot/osac-project-cluster-tool-boot-commands.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ echo "=== Pulling OSAC vmaas flavor ==="
272272
python3 /usr/local/bin/cluster-tool pull "${FLAVOR_IMAGE}"
273273
274274
echo "=== Booting cluster ==="
275-
python3 /usr/local/bin/cluster-tool boot --flavor osac-vmaas --name "${CLONE}"
275+
python3 /usr/local/bin/cluster-tool boot --flavor osac-vmaas-pruned --name "${CLONE}"
276276
277277
systemctl restart dnsmasq
278278

ci-operator/step-registry/osac-project/cluster-tool/boot/osac-project-cluster-tool-boot-ref.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ref:
3434
default: "main"
3535
documentation: cluster-tool git ref to download (branch, tag, or commit)
3636
- name: CLUSTER_TOOL_FLAVOR_IMAGE
37-
default: "quay.io/rh-ee-ovishlit/cluster-flavors:osac-vmaas"
37+
default: "quay.io/rh-ee-ovishlit/cluster-flavors:osac-vmaas-pruned"
3838
documentation: OCI image containing the OSAC snapshot flavor
3939
documentation: |-
4040
Boots an OSAC cluster from a pre-built snapshot using cluster-tool,

0 commit comments

Comments
 (0)