RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 668694 - do not start libvirt-guests on upgrade
Summary: do not start libvirt-guests on upgrade
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: libvirt
Version: 6.0
Hardware: Unspecified
OS: Unspecified
urgent
medium
Target Milestone: rc
: ---
Assignee: Daniel Veillard
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On: 660706
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-01-11 09:49 UTC by RHEL Program Management
Modified: 2013-01-11 03:42 UTC (History)
15 users (show)

Fixed In Version: libvirt-0.8.1-27.el6_0.3
Doc Type: Bug Fix
Doc Text:
The %post script (part of the libvirt-client package) started the libvirt-guests service even when the service was explicitly turned off. With this update, the libvirt-guests service is no longer started when explicitly turned off.
Clone Of:
Environment:
Last Closed: 2011-04-14 16:18:52 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2011:0446 0 normal SHIPPED_LIVE libvirt bug fix update 2011-04-14 16:18:21 UTC

Description RHEL Program Management 2011-01-11 09:49:12 UTC
This bug has been copied from bug #660706 and has been proposed
to be backported to 6.0 z-stream (EUS).

Comment 4 Daniel Veillard 2011-01-27 05:48:18 UTC
This should be fixed with build libvirt-0.8.1-27.el6_0.3,

Daniel

Comment 5 Cui Chun 2011-01-27 07:35:42 UTC
Verified it. Passed. 

Test environment:
libvirt: libvirt-0.8.1-27.el6_0.3
kernel: kernel-2.6.32-71.16.1.el6
qemu-kvm: qemu-kvm-0.12.1.2-2.113.el6_0.6

1. Try to reproduce this bug with old libvirt version (libvirt-client-0.8.1-27.el6), it can be found.

  1.1 # service libvirt-guests status
        started
  1.2 # service libvirt-guests stop
        Running guests on default URI: no running guests.
  1.3 # chkconfig libvirt-guests off
  1.4 # chkconfig --list libvirt-guests
        libvirt-guests  0:off   1:off   2:off   3:off   4:off   5:off   6:off

  1.5 # rpm -ivh libvirt-client-0.8.1-27.el6.x86_64.rpm --force
        Preparing...                ########################################### [100%]
        1:libvirt-client         ########################################### [100%]

  1.6 # service libvirt-guests status
        started

2. Verified it with libvirt-client-0.8.1-27.el6_0.3. It is fixed.  
  
  2.1 # service libvirt-guests status
        started
  2.2 # service libvirt-guests stop
        Running guests on default URI: no running guests.
  2.3 # chkconfig libvirt-guests off
  2.4 # chkconfig --list libvirt-guests
        libvirt-guests  0:off   1:off   2:off   3:off   4:off   5:off   6:off

  2.5 # rpm -ivh libvirt-client-0.8.1-27.el6_0.3.x86_64.rpm --force
        Preparing...                ########################################### [100%]
        1:libvirt-client         ########################################### [100%]

  2.6 # service libvirt-guests status
        stopped, with saved guests

Comment 7 Cui Chun 2011-01-31 09:13:02 UTC
Verified, passed.

Comment 8 errata-xmlrpc 2011-04-14 16:18:52 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHBA-2011-0446.html

Comment 9 Martin Prpič 2011-04-15 14:23:51 UTC
    Technical note added. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    New Contents:
The %post script (part of the libvirt-client package) started the libvirt-guests service even when the service was explicitly turned off. With this update, the libvirt-guests service is no longer started when explicitly turned off.


Note You need to log in before you can comment on or make changes to this bug.