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 616346 - libvirt doesn't allow me to run RHEL5 guest on RHEL-6 host
Summary: libvirt doesn't allow me to run RHEL5 guest on RHEL-6 host
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: qemu-kvm
Version: 6.1
Hardware: All
OS: Linux
low
medium
Target Milestone: rc
: ---
Assignee: Virtualization Maintenance
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-07-20 08:33 UTC by Matěj Cepl
Modified: 2010-07-20 12:34 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-07-20 12:34:26 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Matěj Cepl 2010-07-20 08:33:25 UTC
Description of problem:
Whenever I try to start a virtual machine on my RHEL-6 host, I get this error message:

johanka:~# LANG=C virsh start tikanga
error: Failed to start domain tikanga
error: internal error Process exited while reading console log output: Supported machines are:
pc         RHEL 6.0.0 PC (alias of rhel6.0.0)
rhel6.0.0  RHEL 6.0.0 PC (default)
rhel5.5.0  RHEL 5.5.0 PC
rhel5.4.4  RHEL 5.4.4 PC
rhel5.4.0  RHEL 5.4.0 PC

Which (aside from being completely unhelpful ... which machine we are talking about here? host or guest?) is just wrong. My host is RHEL-6, guest RHEL-5

Version-Release number of selected component (if applicable):
johanka:~# rpm -q libvirt qemu-kvm
libvirt-0.8.1-15.el6.x86_64
qemu-kvm-0.12.1.2-2.96.el6.x86_64


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Matěj Cepl 2010-07-20 08:36:22 UTC
RHEL-4 guest starts without a problem.

Comment 3 Matěj Cepl 2010-07-20 08:45:07 UTC
When I changed via

virsh edit tikanga 

line

<type arch='x86_64' machine='pc-0.12'>hvm</type>

to 

<type arch='x86_64' machine='pc'>hvm</type>

guest starts again.

Is this a regression or wasn't this supposed to work all the time and it was just a mistake that it did?

Comment 4 RHEL Program Management 2010-07-20 08:57:40 UTC
This issue has been proposed when we are only considering blocker
issues in the current Red Hat Enterprise Linux release.

** If you would still like this issue considered for the current
release, ask your support representative to file as a blocker on
your behalf. Otherwise ask that it be considered for the next
Red Hat Enterprise Linux release. **

Comment 5 Amit Shah 2010-07-20 09:06:19 UTC
libvirt should've selected a rhel-5 machine type for your installation. Using pc-0.12 was wrong; was this guest installed a while ago?

Comment 6 Daniel Berrangé 2010-07-20 10:11:16 UTC
Earlier version of RHEL6 kvm still included the 'pc-0.12' machine type. This was recently disabled

- kvm-Disable-non-rhel-machine-types-pc-0.12-pc-0.11-pc-0..patch [bz#607263]

Hence any guests which happened to have that wouldn't work. IMHO this is NOTABUG.

Comment 7 Bill Burns 2010-07-20 12:34:26 UTC
Closed per comment #6


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