Bug 1227569
Summary: | The Status TUI display the wrong Networking status when the cable of the target link has been unpluged. | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Chaofeng Wu <cwu> | ||||
Component: | ovirt-node | Assignee: | Fabian Deutsch <fdeutsch> | ||||
Status: | CLOSED ERRATA | QA Contact: | cshao <cshao> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 3.5.3 | CC: | cshao, cwu, dfediuck, gklein, huiwa, leiwang, lsurette, yaniwang, ycui, ykaul | ||||
Target Milestone: | ovirt-3.6.0-rc | ||||||
Target Release: | 3.6.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | ovirt-node-3.3.0-0.4.20150906git14a6024.el7ev | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2016-03-09 14:28:41 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | Node | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Is this also the case on RHEV-H 7? It is also the case on el7. I can reproduce this bug in (rhev-hypervisor6-6.6-20150512.0.el6ev.noarch/ovirt-node-tools-3.2.3-20.el7.noarch). Test version: ovirt-node-3.6.0-0.23.20151201git5eed7af.el7ev.noarch RHEV-H 7.2-20151201.2.el7ev Test Steps: 1. Clean install RHEV-H 7.2-20151201.2.el7ev 2. Unplug the cable of the target "enp0s25" on the test machine. 3. Login rhevh and configure network as IPv4 DHCP mode on the link "enp0s25". 4. Go to the Status TUI and check the Networking status of the link "enp0s25". Test results: The Networking status of link "enp0s25" should display "Not connected" on the Status TUI. So the bug is fixed, change bug status to VERIFIED. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-0378.html |
Created attachment 1034120 [details] Network status TUI Description of problem: The status TUI display wrong Networking status after Network configured to the "DHCP" mode when the cable of the target link has been unpluged. Version-Release number of selected component (if applicable): rhev-hypervisor6-6.6-20150512.0.el6ev.noarch rhevh-6.6-20150512.0.el6ev.iso ovirt-node-3.2.2-3.el6.noarch How reproducible: 100% Steps to Reproduce: 1. Clean install rhevh-6.6-20150512.0.el6ev.iso 2. Unplug the cable of the target link "eth0" on the test machine. 3. Login rhevh and configure network as IPv4 DHCP mode on the link "eth0". 4. Go to the Status TUI and check the Networking status of the link "eth0". Actual results: The Networking status of link "eth0" display "Connected" on the Status TUI. Expected results: The Networking status of link "eth0" should display "Not connected" on the Status TUI. Additional info: The network service restart action should be failed with IPv4 DHCP configuration after unpluged the cable of the link "eth0", but the TUI display "All changes were applied successfully" during the network configuration. It would be better to check exit status of network service restart action and to display the exceptions to tell users the configuration already failed.