From 780cbfafc8ea0f3a82c236cbf703e0495750cbbd Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Mon, 24 Mar 2025 10:36:00 +0530 Subject: [PATCH] [CI] Extend nova disk allocation ratio With multi threaded runs we see random issues with nova scheduling as disk get's fully utilized. The issue is seen when job run on specific nodepool provider like raxflex which has low disk(~53 GB). Extending default disk allocation ratio in jobs to avoid such failures. Change-Id: Idaac65821cd289b3652f826cfda96f5d581671b0 --- zuul.d/master_jobs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zuul.d/master_jobs.yaml b/zuul.d/master_jobs.yaml index 9eae70a..73514af 100644 --- a/zuul.d/master_jobs.yaml +++ b/zuul.d/master_jobs.yaml @@ -203,6 +203,8 @@ $NOVA_CONF: api: dhcp_domain: '' + DEFAULT: + initial_disk_allocation_ratio: 2.0 test-config: $TEMPEST_CONFIG: neutron_plugin_options: