forked from ovn-org/ovn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ovn-controller: Remove monitor all of chassis private.
CMS like neutron uses NB Global nb_cfg to check liveness of compute nodes. It will increment nb_cfg of Chassis private and with monitor all enabled, all chassis exchange between them messages of update Chassis Private. So, CPU load of ovn-controller will be high in scenario with many chassis. To fix it, each chassis monitor its Chassis Private just only. Signed-off-by: Lucas Vargas Dias <lucas.vdias@luizalabs.com> Acked-by: Ales Musil <amusil@redhat.com> Signed-off-by: Dumitru Ceara <dceara@redhat.com>
- Loading branch information
1 parent
5ebaf30
commit 354d766
Showing
2 changed files
with
69 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters