Skip to content

Commit 64749ed

Browse files
authored
Merge pull request #1055 from rackerlabs/docs-20250702-0946
docs: Adds example of repairing neutron and ovn with neutron-ovn-db-sync-util
2 parents 974cbcd + 88f9152 commit 64749ed

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/operator-guide/ovs-ovn.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
```

0 commit comments

Comments
 (0)