| Summary: | [ovirt-guest-agent] /bin/systemctl daemon-reload in RHEL rpm scripts (postinstall) | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Jiri Belka <jbelka> |
| Component: | ovirt-guest-agent | Assignee: | Vinzenz Feenstra [evilissimo] <vfeenstr> |
| Status: | CLOSED ERRATA | QA Contact: | Ilanit Stein <istein> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.3.0 | CC: | acathrow, iheim, istein, mavital, michal.skrivanek, mkenneth, scohen, yeylon |
| Target Milestone: | --- | ||
| Target Release: | 3.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | virt | ||
| Fixed In Version: | is22 | Doc Type: | Bug Fix |
| Doc Text: |
This update removes the /bin/systemctl daemon-reload call, which is required for systemd in Red Hat Enterprise Linux postinstall scripts, but not for the ovirt-guest-agent.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-01-21 15:52:50 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 1032811 | ||
Verified on is21 + install rhevm-guest-agent-common-1.0.8-5. Checked rpm --scripts -q rhevm-guest-agent-common do not contain /bin/systemctl daemon-reload 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. http://rhn.redhat.com/errata/RHBA-2014-0058.html |
Description of problem: RHEL GA rpm contains systemctl commands in (rpm) scriplet: 51 postuninstall scriptlet (using /bin/sh): 52 if [ "$1" -eq 0 ] 53 then 54 /bin/systemctl daemon-reload 55 # Let udev clear access rights 56 /sbin/udevadm trigger --subsystem-match="virtio-ports" \ 57 --attr-match="name=com.redhat.rhevm.vdsm" 58 fi 59 60 if [ "$1" -ge 1 ]; then 61 /sbin/service ovirt-guest-agent condrestart > /dev/null 2>&1 62 fi Current RHEL 6.x does not have magnificent systemd. Version-Release number of selected component (if applicable): rhevm-guest-agent-common-1.0.8-4 How reproducible: 100% Steps to Reproduce: 1. rpm --scripts -qp $rpm 2. 3. Actual results: systemd invasion Expected results: not yet, not yet... :D Additional info: