Make OVN metadata agent OVNDB read-only
Bug #1929578 reported by
Jakub Libosvar
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
In Progress
|
Medium
|
Unassigned |
Bug Description
OVN metadata agent runs on each compute node in the cluster and creates an SB DB connection per worker. In large scale deployments this may cause a lot of load on OVN DBs. This bug is to improve OVN metadata agent in a way it won't need connection to the OVN DB leader node but will provide possibility to connect to follower nodes but it will require OVN agent to not perform any writes, because the follower nodes run in read-only mode too.
Changed in neutron: | |
importance: | Undecided → Medium |
assignee: | nobody → Jakub Libosvar (libosvar) |
tags: | added: ovn |
Changed in neutron: | |
status: | New → In Progress |
To post a comment you must log in.
Fix proposed to branch: master /review. opendev. org/c/openstack /neutron/ +/792998
Review: https:/