Skip to content

Commit f8c8b06

Browse files
authored
Merge pull request #781 from stackhpc/zed-upgrade-notes
docs: add more notable changes and known issues for Zed
2 parents e91de71 + 3b12925 commit f8c8b06

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

doc/source/operations/upgrading.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,31 @@ to::
7171

7272
ark.stackhpc.com/stackhpc/etcd:zed-rocky-9-20230821T155947
7373

74+
OVN enabled by default
75+
----------------------
76+
77+
OVN is now enabled by default in StackHPC Kayobe Configuration. This change
78+
was made to align with our standard deployment configuration.
79+
80+
There is currently not a tested migration path from OVS to OVN on a running
81+
system. If you are using a Neutron plugin other than ML2/OVN, set
82+
``kolla_enable_ovn`` to ``false`` in ``etc/kayobe/kolla.yml``.
83+
84+
For new deployments using OVN, see
85+
:kolla-ansible-doc:`reference/networking/neutron.html#ovn-ml2-ovn`.
86+
87+
Known issues
88+
============
89+
90+
* Rebuilds of servers with volumes are broken if there are any Nova compute
91+
services running an older release, including any that are down. Old compute
92+
services should be removed using ``openstack compute service delete``, then
93+
remaining compute services restarted. See `LP#2040264
94+
<https://bugs.launchpad.net/nova/+bug/2040264>`__.
95+
96+
* The OVN sync repair tool removes metadata ports, breaking OVN load balancers.
97+
See `LP#2038091 <https://bugs.launchpad.net/neutron/+bug/2038091>`__.
98+
7499
Security baseline
75100
=================
76101

0 commit comments

Comments
 (0)