[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
This commit is contained in:
parent
0bbc254c72
commit
780cbfafc8
@ -203,6 +203,8 @@
|
||||
$NOVA_CONF:
|
||||
api:
|
||||
dhcp_domain: ''
|
||||
DEFAULT:
|
||||
initial_disk_allocation_ratio: 2.0
|
||||
test-config:
|
||||
$TEMPEST_CONFIG:
|
||||
neutron_plugin_options:
|
||||
|
Loading…
x
Reference in New Issue
Block a user