Bug 1139687
| Summary: | oVirt Live: Cannot run VM | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] oVirt | Reporter: | Sandro Bonazzola <sbonazzo> | ||||||||
| Component: | ovirt-live | Assignee: | Sandro Bonazzola <sbonazzo> | ||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Petr Kubica <pkubica> | ||||||||
| Severity: | urgent | Docs Contact: | |||||||||
| Priority: | urgent | ||||||||||
| Version: | 3.5 | CC: | bugs, danken, ecohen, eedri, gklein, iheim, rbalakri, sbonazzo, yeylon | ||||||||
| Target Milestone: | --- | Keywords: | Regression | ||||||||
| Target Release: | 3.5.0 | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| URL: | http://resources.ovirt.org/pub/ovirt-3.5-pre/iso/ovirt-live-el6-3.5.0_rc2.iso | ||||||||||
| Whiteboard: | integration | ||||||||||
| Fixed In Version: | ovirt-live-el6-3.5.0_rc2.iso | Doc Type: | Bug Fix | ||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2014-10-17 12:20:19 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: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Sandro Bonazzola
2014-09-09 12:56:44 UTC
Created attachment 935673 [details]
screenshots
Created attachment 935684 [details]
vdsm caps
In 3.5 we started reporting [cfg][BOOTPROTO] even when the ifcfg file was completely missing (bug 987813, http://gerrit.ovirt.org/25170). I wonder if this is what confuses Engine. Could you comment out the line _cfgBootprotoCompat(d) in lib/vdsm/netinfo.py's get() function, to see if this wild guess is related? Looks like the file should be there: http://gerrit.ovirt.org/gitweb?p=ovirt-live.git;a=tree;f=centos/oVirtLiveFiles/root/etc/sysconfig/network-scripts;h=513782045e59cb63274b77fee294c9731a423d94;hb=refs/heads/ovirt-live-3.5 I've seen that some options are missing there compared to the same file generated by VDSM version 4.16.4-0.el6 like: -BOOTPROTO=static +BOOTPROTO=none +STP=off +DEFROUTE=yes +HOTPLUG=no So I'm now trying again adding the missing lines. oVirt Live 3.5.0 RC2 includes the fix: see URL field for downloading the ISO. Verified in ovirt-live-el6-3.5.0_rc3.iso oVirt 3.5 has been released and should include the fix for this issue. |