Commit 825e778
authored
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
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments