How do one stop auto-updates in OLVM?
We need a controlled environment where updates are only installed when we are ready.
I followed the instructions in 2855564.1 and it did not work completely, and then I followed the instructions in 2814992.1
But on a daily basis I see the following:
2024-12-04 10:56:13,697Z INFO [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (EE-ManagedExecutorService-hostUpdatesChecker-Thread-3) [] EVENT_ID: HOST_AVAILABLE_UPDATES_FINISHED(885), Check for available updates on host cskpc-orc-kvm02 was completed successfully with message 'no updates found.'.
2
The problem with it is that when I actually want to patch, I have to remove the exclude=* from yum.conf, at which time this auto-updates will come in and interfere with my manual patching.