Bug 1511924
Summary: | Rebase to upstream ovirt-guest-agent 1.0.14 for RHEV 4.2 (RHEL7) | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Tomáš Golembiovský <tgolembi> |
Component: | ovirt-guest-agent | Assignee: | Tomáš Golembiovský <tgolembi> |
Status: | CLOSED ERRATA | QA Contact: | Jiri Belka <jbelka> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.1.7 | CC: | lsurette, michal.skrivanek, mkenneth, pbrilla, pmatyas, rbalakri, srevivo, tjelinek, ykaul |
Target Milestone: | ovirt-4.2.0 | Keywords: | Rebase |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-12-11 14:45:00 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Virt | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Tomáš Golembiovský
2017-11-10 12:41:41 UTC
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 |