Hide Forgot
Created attachment 1228003 [details] All logs and all files in /etc/sysconfig/network-scripts/ Description of problem: Setup ifcfg files manually for NIC, it shows "Unmanaged Interfaces" in Cockpit Version-Release number of selected component (if applicable): redhat-virtualization-host-4.0-20161130.0 imgbased-0.8.10-0.1.el7ev.noarch cockpit-ws-122-3.el7.x86_64 NetworkManager-1.4.0-13.el7_3.x86_64 How reproducible: 100% Steps to Reproduce: 1. Install RHVH via interactive anaconda. 2. Reboot RHVH and login, setup /etc/sysconfig/network-scripts/ifcfg-interfacename files for two NICs p3p1 and p4p1(create bond1.20 over p3p1 and p4p1) (please refer to attachment for detailed configure) 3. Reboot RHVH and login Cockpit, enter Networking page, focus on interface status Actual results: After step3, it shows the two NICs p3p1 and p4p1 are "Unmanaged Interfaces", can not configure them via cockpit Expected results: After step4, cockpit should can handle all interfaces Additional info:
Created attachment 1228004 [details] Screenshot of unmanaged Interfaces in cockpit
The ifcfg files contain NM_CONTROLLED=no, which explicitly puts them into the "Unmanaged Interfaces" section. Removing NM_CONTROLLED=no should make them manageable via Cockpit.