Skip to content

Commit 0e95a24

Browse files
authored
increase master node disk size to 300GB (#1854)
This is a good enough value to to replicate the issue describe din https://issues.redhat.com/browse/OCPBUGS-76382
1 parent 49b96a2 commit 0e95a24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,9 +561,10 @@ if [[ ! -z ${AGENT_E2E_TEST_SCENARIO} ]]; then
561561
export WORKER_VCPU=5
562562
fi
563563
# Increase disk storage requirements for NoRegistryClusterInstall aka agent OVE ISO
564+
# Large storage size is used to catch any regression related to https://issues.redhat.com/browse/OCPBUGS-76382.
564565
case "$SCENARIO" in
565566
"SNO"|"COMPACT"|"HA" )
566-
export MASTER_DISK=220
567+
export MASTER_DISK=300
567568
;;
568569
esac
569570
fi

0 commit comments

Comments
 (0)