Merge "Increase DockerNovaComputeUlimit default value"

This commit is contained in:
Zuul 2019-04-15 11:55:34 +00:00 committed by Gerrit Code Review
commit cce5a4c58b
2 changed files with 7 additions and 1 deletions

View File

@ -11,7 +11,7 @@ parameters:
description: The container image to use for the nova_libvirt config_volume description: The container image to use for the nova_libvirt config_volume
type: string type: string
DockerNovaComputeUlimit: DockerNovaComputeUlimit:
default: ['nofile=1024'] default: ['nofile=131072']
description: ulimit for Nova Compute Container description: ulimit for Nova Compute Container
type: comma_delimited_list type: comma_delimited_list
NovaComputeLoggingSource: NovaComputeLoggingSource:

View File

@ -0,0 +1,6 @@
---
fixes:
- |
With large number of OSDs, where each OSD need a connection, the default
nofile (1024) of nova_compute is too small. This changes the default
DockerNovaComputeUlimit to 131072 what is the same for cinder.