On 23. 9. 2021, at 19:35, Gianluca Cecchi <gianluca.cecchi@gmail.com> wrote:

On Thu, Sep 23, 2021 at 7:29 PM Diggy Mc <d03@bornfree.org> wrote:
I just upgraded the HE to 4.4.8.6 and rebooted it.  I still cannot upgrade the cluster compatibility level.  Cannot edit properties of the HE either.


If I understood correctly, the fix is in the sense that if not already updated to 4.4.8, the flow should be ok now.

correct

But probably to solve the problems for the guys that already updated to the "broken" 4.4.8, more work still has to be done by the developers...

yeah, it can’t be fixed that easily once it happens. Probably time for direct database update….

Assuming that you don’t have VMs with different TZs then change all Windwos VMs to your local TZ(here EST) with
# /usr/share/ovirt-engine/dbscripts/engine-psql.sh -c "update vm_static SET time_zone='Eastern Standard Time' where os in ('1','3','4','10','11','12','16','17','20','21','23','25','26','27','29','31')";

And also for all non-Windows VMs to 'Etc/GMT’  with
# /usr/share/ovirt-engine/dbscripts/engine-psql.sh -c "update vm_static SET time_zone='Etc/GMT' where os not in ('1','3','4','10','11','12','16','17','20','21','23','25','26','27','29','31')”;

That will cover HostedEngine as well, and it should fix the CL update problem.

Caveat - I havent’ tried that and it’s not tested.
Doublecheck it has been set.
Zones should be from https://github.com/oVirt/ovirt-engine/blob/master/packaging/conf/timezones-defaults.properties

Hope it helps,
michal


Gianluca
_______________________________________________
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-leave@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/
List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/LBUHSVAZIFCAT3EOSCX5BH4ZNCDRIEYG/