Upgrading oVirt Manager
This upgrade applies to the self-hosted engine of oVirt Manager. We need to first put the oVirt environment to the global maintenance mode. [root@trex ~]# hosted-engine --set-maintenance --mode=global To check the availability of oVirt Manager, run engine-upgrade-check command on the oVirt Manager machine. [root@ovirtm ~]# engine-upgrade-check ...omitted... VERB: Queue package ovirt-engine-setup for update VERB: Building transaction VERB: Transaction built VERB: Transaction Summary: VERB: install : ovirt-engine-setup-plugin-cinderlib-4.4.4.5-1.el8.noarch VERB: install : ovirt-engine-setup-base-4.4.4.5-1.el8.noarch VERB: install : ovirt-engine-setup-4.4.4.5-1.el8.noarch VERB: install : ovirt-engine-setup-plugin-websocket-proxy-4.4.4.5-1.el8.noarch VERB: install : ovirt-engine-setup-plugin-vmconsole-proxy-helper-4.4.4.5-1.el8.noarch VERB: install : ovirt-engine-setup-plugin-ovirt-engine-common-4.4.4.5-1.el8.noarch VERB: install : ovirt-engine-setup-plugin-ovirt-engine-4.4.4.5-1.el8.noarch VERB: install : python3-ovirt-engine-lib-4.4.4.5-1.el8.noarch VERB: install : ovirt-engine-setup-plugin-imageio-4.4.4.5-1.el8.noarch VERB: remove : python3-ovirt-engine-lib-4.4.3.12-1.el8.noarch VERB: remove : ovirt-engine-setup-4.4.3.12-1.el8.noarch VERB: remove : ovirt-engine-setup-base-4.4.3.12-1.el8.noarch VERB: remove : ovirt-engine-setup-plugin-cinderlib-4.4.3.12-1.el8.noarch VERB: remove : ovirt-engine-setup-plugin-imageio-4.4.3.12-1.el8.noarch VERB: remove : ovirt-engine-setup-plugin-ovirt-engine-4.4.3.12-1.el8.noarch VERB: remove : ovirt-engine-setup-plugin-ovirt-engine-common-4.4.3.12-1.el8.noarch VERB: remove : ovirt-engine-setup-plugin-vmconsole-proxy-helper-4.4.3.12-1.el8.noarch VERB: remove : ovirt-engine-setup-plugin-websocket-proxy-4.4.3.12-1.el8.noarch VERB: Closing transaction with commit Upgrade available. To update the setup packages, issue the dnf update ovirt*setup* command. ...