3장. Performing pre-upgrade actions
Perform pre-upgrade actions to ensure that your Red Hat OpenStack Platform environment is ready to be upgraded and to avoid potential issues during the upgrade.
For more information about additional pre-upgrade checks to perform on the undercloud, see the Pre-upgrade Checks section in the Red Hat Knowledgebase article FFU 16.2 - 17.1. Undercloud Upgrade Checks.
3.1. Checking the health of the OVN cluster 링크 복사링크가 클립보드에 복사되었습니다!
Before you upgrade your environment, validate that the OVN cluster is healthy. If the output from the overcloud Controller node shows the ovndb_servers resource in Failed Resource Actions, you must resolve this issue to avoid a data plane failure during the upgrade.
Procedure
Check the status of the OVN cluster resources and fix any issues:
$ sudo pcs status참고If you need help resolving any issues, contact Red Hat Support before you proceed with the upgrade.
Check in the
Failed Resource Actionssection of the output of the OVN cluster resources status for the following error:Failed Resource Actions: * ovndb_servers_monitor_30000 on ovn-dbs-bundle-1 'not running' (7): call=24, status='complete', exitreason='', last-rc-change='2025-08-08 09:21:30Z', queued=0ms, exec=159msIf you see the error, check the status of the
ovndb_serversresource oncontroller-0:$ sudo podman exec <ovn-dbs container> ovs-appctl -t /var/run/openvswitch/ovnnb_db.ctl ovsdb-server/sync-status-
Replace
<ovn-dbs container>with the name of theovn-dbscontainer that you want to check.
-
Replace
If the output includes a reference to the IP address,
192.0.2.254, instead of the virtual IP address, you must restart theovn-dbs-bundleon the overcloud Controller node:$ sudo pcs resource restart ovn-dbs-bundle192.0.2.254is a fallback IP address. Its presence in the output indicates that there is an issue.
Verification
Check the status of the OVN cluster resources and confirm that the
Failed Resource Actionserror is gone:$ sudo pcs status $ sudo podman exec <ovn-dbs container> ovs-appctl -t /var/run/openvswitch/ovnnb_db.ctl ovsdb-server/sync-statusIf the error is still there, contact Red Hat Support for assistance.