Bug 801307 - Failed to Install to Current KVM
Summary: Failed to Install to Current KVM
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: virt-manager
Version: 17
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Cole Robinson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-08 09:18 UTC by Tao Wu
Modified: 2014-10-28 23:45 UTC (History)
10 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-08 19:12:55 UTC
Type: ---


Attachments (Terms of Use)
screen shot (393.28 KB, image/png)
2012-03-08 09:18 UTC, Tao Wu
no flags Details

Description Tao Wu 2012-03-08 09:18:11 UTC
Created attachment 568547 [details]
screen shot

Description of problem:
The kvm guest can not run correctly on the same release of F17-Beta1.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.Prepare a machine with the current development release (Fedora 17) installed 
2.Install virt-manager (or other tool to control KVM virtual machines) 
3.Create a virtual machine and boot the current development release in it 
4.Proceed with normal installation 
  
Actual results:
The install failed 

Expected results:
The install completes successfully 

Additional info:

Comment 1 Cole Robinson 2012-03-08 19:12:55 UTC
Are you trying to create a VM inside a VM? If so that error is expected, since libvirt inside a VM by default conflicts with the host VMs networking, and won't start. You'll need to change the default network XML to use a different address range:

sudo virsh net-dumpxml default | sed "s/192.168.122/192.168.123/g" > new.xml
sudo virsh net-define new.xml
sudo virsh net-destroy default && sudo virsh net-start default

Why this was working in f17 alpha I'm not sure, but it shouldn't have worked. Closing as NOTABUG, please reopen if you think I've missed something.


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