Bug 801307

Summary: Failed to Install to Current KVM
Product: [Fedora] Fedora Reporter: Tao Wu <twu>
Component: virt-managerAssignee: Cole Robinson <crobinso>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: berrange, crobinso, dpierce, g.kaviyarasu, hbrock, jforbes, jonathan, sdharane, vanmeeuwen+fedora, virt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-03-08 19:12:55 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
screen shot none

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.