it seems default enabling ovirt-guest-agent is dropped with tuned* stuff from rpm scripts: - comparison between 1.0.14.1 an 10.0.14.2 /sbin/udevadm trigger --subsystem-match="memory" /bin/systemctl daemon-reload - -TUNED_ADM=/usr/sbin/tuned-adm -TUNED_PROFILE=virtual-guest -if ! /bin/systemctl status tuned.service > /dev/null 2>&1; then - /bin/systemctl start tuned.service -fi -if (! $TUNED_ADM active > /dev/null 2>&1 || $TUNED_ADM active | \ - grep -q "balanced$") && $TUNED_ADM list | grep -q $TUNED_PROFILE; then - $TUNED_ADM profile $TUNED_PROFILE -fi -if [ $1 -eq 1 ] ; then - /bin/systemctl enable ovirt-guest-agent.service -fi preuninstall scriptlet (using /bin/sh): if [ "$1" -eq 0 ] then
*** Bug 1508399 has been marked as a duplicate of this bug. ***
ok, 1.0.14-3 # rpm -qR ovirt-guest-agent-common | egrep "(^config|tuned)" config(ovirt-guest-agent-common) = 1.0.14-3.el7ev # systemctl status ovirt-guest-agent | egrep "^[[:blank:]]*(Loaded|Active):" Loaded: loaded (/usr/lib/systemd/system/ovirt-guest-agent.service; enabled; vendor preset: disabled) Active: active (running) since Wed 2017-11-29 11:16:11 CET; 1min 47s ago
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:3407