Bug 845944
Summary: | bootstrap | RHEVM onboot set to no if onboot of ethX was no | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Meni Yakove <myakove> |
Component: | vdsm | Assignee: | Dan Kenigsberg <dkenigsb> |
Status: | CLOSED DUPLICATE | QA Contact: | Meni Yakove <myakove> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 6.3 | CC: | abaron, bazulay, danken, iheim, lpeer, ykaul |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | network | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-08-23 20:29:00 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: |
Description
Meni Yakove
2012-08-06 08:08:54 UTC
In the bootstrap process the management bridge parameters are copied from the nic the bridge is connected to (in this case the ONBOOT=no). In addition the bootstrap is adding a few parameter of it own (ONBOOT=yes). We are missing the logic to skip copying the ONBOOT property from the bridge. I believe that the root cause for this is that ONBOOT is passed as-is to the internal functions, and not converted to lowercase - just as in bug 847733. Thus, I think that this should be solved by http://gerrit.ovirt.org/7390 *** This bug has been marked as a duplicate of bug 847733 *** |