Bug 854888
| Summary: | [SetupNetworks] Can attach VLAN network with custom MTU with NON_VM network on the same nic/BOND | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Meni Yakove <myakove> | ||||
| Component: | ovirt-engine-webadmin-portal | Assignee: | lpeer <lpeer> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Meni Yakove <myakove> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 3.1.0 | CC: | acathrow, dyasny, ecohen, iheim, mavital, Rhev-m-bugs, ykaul | ||||
| Target Milestone: | --- | ||||||
| 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-09-09 12:23:21 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | Network | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
1. In which version did you find the bug? (please make sure to always specify that when you report a bug) 2. Is it blocked by the backend? 1. Version-Release number of selected component (if applicable): rhevm-3.1.0-15.el6ev.noarch 2. It is blocked by the backend. If the decision is not to block the operation on the UI so this BUG should be closed. At this point we have decided not to block any MTU related issue in the UI. Adding the validation code for MTU makes the logic in the UI more complicated. Since this operation is blocked in the engine, we'll avoid adding this logic in the UI for the time being. |
Created attachment 610226 [details] engine.log Description of problem: UI allow to attach VLAN network with custom MTU to nic/BOND that already have NON_VM network with custom MTU. For any non VLAN network this operation blocked by UI. Version-Release number of selected component (if applicable): rhevm-3.1.0-15.el6ev.noarch How reproducible: 100% Steps to Reproduce: 1.Create two networks, NON_VM_MTU_5000 and VM_VLAN_MTU_9000 2.Assign both networks to nic Actual results: Should be blocked by UI Expected results: UI allow to attach both networks.