Created attachment 1191839[details]
network scripts
Description of problem:
Failed to setup vlan via cfg files
Version-Release number of selected component (if applicable):
redhat-virtualization-host-4.0-20160817.0.x86_64
imgbased-0.8.4-1.el7ev.noarch
vdsm-4.18.11-1.el7ev.x86_64
Red Hat Virtualization Manager Version: 4.0.2.6-0.1.el7ev
How reproducible:
100%
Steps to Reproduce:
1. Install RHVH
2. write new cfg files under /etc/sysconfig/network-scripts for creating vlan
3. Restart the network service "service network restart"
Actual results:
1.After step#3, catch the following error, vlan configuration failed.
"""
Restarting network (via systemctl): Job for network.service failed because the control process exited with error code. See "systemctl status network.service" and "journalctl -xe" for details."
"""
From the output of "journalctl -xe", can see
"""
Error: Connection activation failed: Connection 'Vlan p3p1.20' is not available on the device p3p1.20 at this time.
"""
Expected results:
1. After step#3, the network restart successfully, and the vlan were created successfully with dhcp address.
Additional info:
Even restart the system, the network service could not able to start.
Created attachment 1191839 [details] network scripts Description of problem: Failed to setup vlan via cfg files Version-Release number of selected component (if applicable): redhat-virtualization-host-4.0-20160817.0.x86_64 imgbased-0.8.4-1.el7ev.noarch vdsm-4.18.11-1.el7ev.x86_64 Red Hat Virtualization Manager Version: 4.0.2.6-0.1.el7ev How reproducible: 100% Steps to Reproduce: 1. Install RHVH 2. write new cfg files under /etc/sysconfig/network-scripts for creating vlan 3. Restart the network service "service network restart" Actual results: 1.After step#3, catch the following error, vlan configuration failed. """ Restarting network (via systemctl): Job for network.service failed because the control process exited with error code. See "systemctl status network.service" and "journalctl -xe" for details." """ From the output of "journalctl -xe", can see """ Error: Connection activation failed: Connection 'Vlan p3p1.20' is not available on the device p3p1.20 at this time. """ Expected results: 1. After step#3, the network restart successfully, and the vlan were created successfully with dhcp address. Additional info: Even restart the system, the network service could not able to start.