File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -196,3 +196,17 @@ Now everything is back to normal and the prometheus alert should clear:
196196| a2172b59-5558-4018-858d-88947e2d9adf | OVN Controller Gateway agent | 1327172-hp1 | | :-) | UP | ovn-controller |
197197+--------------------------------------+------------------------------+--------------------------------------+-------------------+-------+-------+----------------------+
198198```
199+
200+ ## Resync Neutron with OVN
201+
202+ Resync neutron data with OVN and repair the ovn database by running the
203+ ` neutron-ovn-db-sync-util ` command in a neutron-server pod:
204+
205+ ``` text
206+ kubectl -n openstack exec -it neutron-server-7f798ff5cd-bhj5q -- neutron-ovn-db-sync-util \
207+ --ovn-neutron_sync_mode \
208+ repair \
209+ --config-file /etc/neutron/neutron.conf \
210+ --config-file /etc/neutron/plugins/ml2/ml2_conf.ini \
211+ --debug
212+ ```
You can’t perform that action at this time.
0 commit comments