On Tue, Oct 15, 2024 at 2:12 AM <malcolm.strydom@pacxa.com> wrote:
We have a couple OLVM instances.  Completely separate with their own managers (ovirt-engine).  One is lab and one is prod.
I updated the lab engine from 4.5.4-1.0.31.el8 to 4.5.5-1.22.el8 and as soon as that was done and it rebooted I no longer can open VM consoles.

This was the update process followed:
https://docs.oracle.com/en/virtualization/oracle-linux-virtualization-manager/admin/admin-update-engine-she-kvm.html#update-engine-she-kvm


Hi Malcolm on a lab env I have I replicated your steps and even with only the engine updated I'm still able to connect to the vnc console of my VM (ubuntu 20.04)
I'm using firefox 130.0.1 on a fedora 40 system to connect to the VNC console of the guest.
This is a nested env, so that the 2 hypervisors are actually VMs and the Self Hosted Engine is an L2 VM inside.
My starting version when selecting Help --> About on the engine: Version 4.5.4-1.0.31.el8 Version:4.5.4-1.0.31.el8

kernel version on my engine (and also hosts): 5.15.0-207.156.6.el8uek.x86_64

steps done:

dnf update oracle-ovirt-release-45-el8 passed its version from oracle-ovirt-release-45-el8-1.0-24.el8.x86_64 to oracle-ovirt-release-45-el8-1.0-28.el8.x86_64

then:

[root@olvmnesteng ~]# engine-upgrade-check
VERB: Creating transaction
VERB: Queue package ovirt-engine-setup for update
VERB: Building transaction
VERB: Transaction built
VERB: Transaction Summary:
VERB:     install   : ovirt-engine-setup-plugin-websocket-proxy-4.5.5-1.22.el8.noarch
VERB:     install   : ovirt-engine-setup-plugin-cinderlib-4.5.5-1.22.el8.noarch
VERB:     install   : python3-ovirt-engine-lib-4.5.5-1.22.el8.noarch
VERB:     install   : ovirt-engine-setup-plugin-imageio-4.5.5-1.22.el8.noarch
VERB:     install   : ovirt-engine-setup-plugin-ovirt-engine-4.5.5-1.22.el8.noarch
VERB:     install   : ovirt-engine-setup-plugin-ovirt-engine-common-4.5.5-1.22.el8.noarch
VERB:     install   : ovirt-engine-setup-4.5.5-1.22.el8.noarch
VERB:     install   : ovirt-engine-setup-plugin-vmconsole-proxy-helper-4.5.5-1.22.el8.noarch
VERB:     install   : ovirt-engine-setup-base-4.5.5-1.22.el8.noarch
VERB:     remove    : ovirt-engine-setup-4.5.4-1.0.31.el8.noarch
VERB:     remove    : ovirt-engine-setup-base-4.5.4-1.0.31.el8.noarch
VERB:     remove    : ovirt-engine-setup-plugin-cinderlib-4.5.4-1.0.31.el8.noarch
VERB:     remove    : ovirt-engine-setup-plugin-imageio-4.5.4-1.0.31.el8.noarch
VERB:     remove    : ovirt-engine-setup-plugin-ovirt-engine-4.5.4-1.0.31.el8.noarch
VERB:     remove    : ovirt-engine-setup-plugin-ovirt-engine-common-4.5.4-1.0.31.el8.noarch
VERB:     remove    : ovirt-engine-setup-plugin-vmconsole-proxy-helper-4.5.4-1.0.31.el8.noarch
VERB:     remove    : ovirt-engine-setup-plugin-websocket-proxy-4.5.4-1.0.31.el8.noarch
VERB:     remove    : python3-ovirt-engine-lib-4.5.4-1.0.31.el8.noarch
VERB: Closing transaction with commit
VERB: Calling _plugins._unload
Upgrade available.
[root@olvmnesteng ~]#

then
dnf update ovirt\*setup\*

[root@olvmnesteng ~]# dnf update ovirt\*setup\*
Last metadata expiration check: 0:00:53 ago on Tue 15 Oct 2024 03:50:12 PM CEST.
Dependencies resolved.
==============================================================================================================================
 Package                                                   Architecture    Version                   Repository          Size
==============================================================================================================================
Upgrading:
 ovirt-engine-dwh-grafana-integration-setup                noarch          4.5.8-1.4.el8             ovirt-4.5           92 k
 ovirt-engine-dwh-setup                                    noarch          4.5.8-1.4.el8             ovirt-4.5           98 k
 ovirt-engine-setup                                        noarch          4.5.5-1.22.el8            ovirt-4.5           21 k
 ovirt-engine-setup-base                                   noarch          4.5.5-1.22.el8            ovirt-4.5          125 k
 ovirt-engine-setup-plugin-cinderlib                       noarch          4.5.5-1.22.el8            ovirt-4.5           42 k
 ovirt-engine-setup-plugin-imageio                         noarch          4.5.5-1.22.el8            ovirt-4.5           29 k
 ovirt-engine-setup-plugin-ovirt-engine                    noarch          4.5.5-1.22.el8            ovirt-4.5          194 k
 ovirt-engine-setup-plugin-ovirt-engine-common             noarch          4.5.5-1.22.el8            ovirt-4.5          131 k
 ovirt-engine-setup-plugin-vmconsole-proxy-helper          noarch          4.5.5-1.22.el8            ovirt-4.5           41 k
 ovirt-engine-setup-plugin-websocket-proxy                 noarch          4.5.5-1.22.el8            ovirt-4.5           42 k
 python3-ovirt-engine-lib                                  noarch          4.5.5-1.22.el8            ovirt-4.5           42 k

Transaction Summary
==============================================================================================================================
Upgrade  11 Packages

Total download size: 856 k
Is this ok [y/N]:

then
engine-setup
dnf update
reboot (exiting from Global Maintenance)

Now: Software Version:4.5.5-1.22.el8
kernel on the engine VM: 5.15.0-300.163.18.1.1.el8uek.x86_64

I'm going to update also the hosts

Gianluca