Browse Source
Neutron agents are using oslo-rootwrap-daemon to run privileged commands. Containers inherit file descriptor limit from docker daemon(currently:1048576) which is too high and leading to performance issues. This patch set nofile limit for neutron agent containers to 1024 which is reasonable as before containers they were using host defaults i.e 1024. Depends-On: I0cfcf4e3e3e13578ec42e12f459732992fb3a760 Change-Id: Iec722cdfd7642ff3149f50d940d8079b9e1b7147 Related-Bug: #1760471changes/68/559268/2
4 changed files with 9 additions and 0 deletions
Loading…
Reference in new issue