Merge "Increase DockerNovaComputeUlimit default value"
This commit is contained in:
commit
cce5a4c58b
@ -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:
|
||||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user