Bug 837868
Summary: | ovirt node: standardize the bridge creation | ||
---|---|---|---|
Product: | [Retired] oVirt | Reporter: | Douglas Schilling Landgraf <dougsland> |
Component: | vdsm | Assignee: | Dan Kenigsberg <danken> |
Status: | CLOSED DUPLICATE | QA Contact: | Haim <hateya> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | abaron, acathrow, bazulay, danken, dyasny, iheim, ilvovsky, jboggs, mburns, mgoldboi, ovirt-bugs, ovirt-maint, yeylon, ykaul |
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-07-09 20:49:14 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
Douglas Schilling Landgraf
2012-07-05 16:13:27 UTC
After additional thought on this, it's not an ovirt-node issue. ovirt-node does not, at any point, create a libvirt network. The only difference between the Manual TUI install and an autoinstall is a reboot between when the network is configured and when the vdsm-reg configuration runs. I ran 2 additional tests: 1. TUI install, reboot, configure network, reboot virsh --readonly net-list shows vdsm-breth0 2. TUI install, reboot, configure network, systemctl restart vdsmd.service virsh --readonly net-list shows vdsm-breth0 It appears that this libvirt network creation is done in vdsm and not in ovirt-node. Given the above, this becomes a vdsm bug to either create the network when vdsm-reg runs, or handle a bridge that doesn't have a corresponding libvirt network. As for not creating bridges in ovirt-node at all, there are other use cases for ovirt-node that are not vdsm/ovirt-engine specific. Those use cases generally do require that the bridge is created and a major change like that could cause significant problems for other consumers. *** This bug has been marked as a duplicate of bug 837443 *** |